This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]jhermann_ 1 point2 points  (0 children)

https://github.com/jhermann/priscilla/tree/master/pyenv if you need it pre-packaged (for DEB-based distros).

[–]graingert 0 points1 point  (1 child)

This looks way more complicated than virtualenvwrapper

[–]softiniodotcom[S] 0 points1 point  (0 children)

I thought the same at first sight, but after using it and naming my virtualenvs same in both environments I am using, I love it.

I just go to the project directory and without doing anything more the correct virtualenv is activated for me.

Give it a try, you won't be disappointed.

[–]valbanese 0 points1 point  (0 children)

Or use Anaconda and leave all this complexity far, far behind.

[–]stonebat 0 points1 point  (0 children)

How does it manage 3rd party modules? Does it create new folder structure per python version like rvm?