Download and Install Python Interpreter from the Internet #5632
-
Hi, everyone. Depending on the project I'm working on I need different versions of Python that I want to install inside the virtual environment created by pipenv. This works fine with I haven't found a command line option to instruct pipenv to automatically download the requested Python version and install it into the virtual environment. This would make my workflow a lot easier. Pardon me if I've overlooked this feature in the documentation but if not, what do you think about this feature? Any chance this will be implemented? BR |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
I suggest using Here's the location in |
Beta Was this translation helpful? Give feedback.
I suggest using
pyenv
for handling different Python versions.Here's the location in
pipenv
documentation: https://pipenv.pypa.io/en/latest/advanced/#automatic-python-installation