|
|
|
|
|
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. |
|