Set default python version (--two/--three) based on requires.python_version
See original GitHub issueSo you don’t need to care which python version project requires, if it’s specified in the Pipfile.
It may go further and use specified there python version (instead of just --two/--three
switch).
if it’s possible to get that upstream I’m happy to work on PR.
Issue Analytics
- State:
- Created 6 years ago
- Reactions:4
- Comments:5 (3 by maintainers)
Top Results From Across the Web
How Should I Set Default Python Version In Windows?
This is if you have both the versions installed. Go to This PC → Right-click → Click on Properties → Advanced System Settings....
Read more >The right and wrong way to set Python 3 as default on a Mac
This method, of using Homebrew to manage our Python environment, is a good starting place, and it made sense to me at the...
Read more >Set Default Python Version To Python2 - YouTube
Hello Guys, in this video I going to cover How To Change the Default Python Version To Python3 OR Python2 & pip version....
Read more >How to set default Python Version in Windows 10/8/7 - YouTube
How to set default Python Version in Windows 10/8/7. 18K views 3 years ago. ATOM. ATOM. 6.38K subscribers. Subscribe.
Read more >How to set Python3 as a default python version on MacOS?
Change the default python symlink to the version you want to use from above. Note that, we only need to choose the one...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Tox’s approach might work for Pipenv as well. Tox simply shows an error when it fails to find the interpreter.
For anyone coming here from a search the official docs now describe how this functionality can be used - Specifying Versions of Python