-
Notifications
You must be signed in to change notification settings - Fork 29.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build,windows: vcbuild.bat should try to detect location of python.exe #13882
Comments
refack
added
build
Issues and PRs related to build files or the CI.
good first issue
Issues that are suitable for first-time contributors.
windows
Issues and PRs related to the Windows platform.
labels
Jun 22, 2017
This was referenced Jun 22, 2017
@refack won't that standard way only work with Python 3? |
No. The python2 windows installer has been doing it for a long time, the PEP was made ad-hoc. |
This might become pretty ugly in Windows batch... |
2 tasks
refack
added
wip
Issues and PRs that are still a work in progress.
and removed
good first issue
Issues that are suitable for first-time contributors.
labels
Jun 24, 2017
refack
added a commit
to refack/node
that referenced
this issue
Jun 28, 2017
PR-URL: nodejs#13900 Fixes: nodejs#13882 Reviewed-By: Tobias Nießen <[email protected]>
addaleax
pushed a commit
that referenced
this issue
Jun 29, 2017
PR-URL: #13900 Fixes: #13882 Reviewed-By: Tobias Nießen <[email protected]>
addaleax
pushed a commit
that referenced
this issue
Jul 11, 2017
PR-URL: #13900 Fixes: #13882 Reviewed-By: Tobias Nießen <[email protected]>
addaleax
pushed a commit
that referenced
this issue
Jul 18, 2017
PR-URL: #13900 Fixes: #13882 Reviewed-By: Tobias Nießen <[email protected]>
refack
added a commit
to refack/node
that referenced
this issue
Aug 15, 2017
PR-URL: nodejs#13900 Fixes: nodejs#13882 Reviewed-By: Tobias Nießen <[email protected]>
MylesBorins
pushed a commit
that referenced
this issue
Aug 16, 2017
Backport-PR-URL: #14842 PR-URL: #13900 Fixes: #13882 Reviewed-By: Tobias Nießen <[email protected]>
MylesBorins
pushed a commit
that referenced
this issue
Sep 5, 2017
Backport-PR-URL: #14842 PR-URL: #13900 Fixes: #13882 Reviewed-By: Tobias Nießen <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ref: nodejs/CTC#147 (comment)
vcbuild.bat
requirespython
for proper operation. Currently it assumespython.exe
is in the path. There is a standard way to query the windows registry for the install location of python PEP-0514,vcbuild.bat
should implement it.The text was updated successfully, but these errors were encountered: