Detect python version#1518
Conversation
|
Not sure what's going on with the Windows builds there. The Linux 2.7 build appears to be failing as it was using the |
|
Similar PR: #1494. |
|
Can't wait for this! When I saw https://github.com/python-poetry/poetry/releases/tag/1.0.0 had been released, I really thought it would have included this fix :( Please let me know if there's any way I could help. |
Also includes a heuristic that prefers Python 3 over Python 2 by default.
0d9613e to
3559aaf
Compare
3559aaf to
159c2ca
Compare
|
@nottrobin - cheers for the enthusiasm about this! I've just updated this project against the latest Apologies about the force-pushing; I did this to clean up some commits and to keep the history clean. If anyone would like to take a look at this, it'd be much appreciated. I'd still love to see this included in Poetry. |
|
A note: When running poetry v1.0.0 I'm still getting a Should this PR use a similar mechanism for ensuring that the |
| force=False, | ||
| accept_all=False, | ||
| base_url=BASE_URL, | ||
| binary=None, |
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This PR allows users to manually specify the Python interpreter to use when installing Poetry. If one is not passed, it will try to find a
python3executable on the PATH, and otherwise default to thepythonexecutable. This is an implementation as discussed with @brycedrennan in #1042.