Hacker News new | ask | show | jobs
by brendawalsh 2115 days 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.

1 comments

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