-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Should intelligently try to detect Python 2.7 #1266
Comments
What version of node-gyp are you using? We already go to some lengths to find a suitable python binary, although currently it looks for 'python2', not 'python2.7' (because python 2.6 is acceptable too.) |
[@bnoordhuis if python 2.6 is acceptable, it would be nice if the README stated this, instead of saying 'v2.7 recommended'] |
@cjbj I guess a PR with better wording would not be rejected 😉 (at worse some civil bikeshedding) |
@bnoordhuis given your comment here: nodejs/node#14737 (comment), maybe we should consider python 2.6 doc-deprecated. |
Well, 2.7 is recommended (I'd even say strongly recommended) but:
|
@cwallenpoole could you provide your |
No follow-up, closing. |
Having to install a virtualenv to get a node project working is counter intuitive.
If you were using
hasbin
, you could change this:To:
Verbose output (from npm or node-gyp):
The text was updated successfully, but these errors were encountered: