top | item 24337879

(no title)

brendawalsh | 5 years ago

So, my most recent success has been using pyenv and pipenv.

I install pyenv first, then install any specific point releases I need, then switch to the python version I want to use, and then use pipenv to install dependencies or run commands in the virtual environment.

discuss

order

zelphirkalt|5 years ago

I think lately pipenv also interacts with pyenv to do this automatically.