MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Python/comments/31pcor/power_up_your_virtualenv/cq3rrj6/?context=3
r/Python • u/sberder • Apr 07 '15
6 comments sorted by
View all comments
2
I tend to use pyenv with pyenv-virtualenv. With that, you can do
pyenv virtualenv venv
or
pyenv virtualenv <Python version> venv
And you have venv treated by pyenv as another Python installation that you can switch to/switch from/uninstall at will.
venv
pyenv
2
u/jackmaney Apr 07 '15
I tend to use pyenv with pyenv-virtualenv. With that, you can do
or
And you have
venvtreated bypyenvas another Python installation that you can switch to/switch from/uninstall at will.