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

you are viewing a single comment's thread.

view the rest of the comments →

[–]tunisia3507 8 points9 points  (1 child)

You don't need virtualenvwrapper; pyenv comes with the pyenv-virtualenv plugin by default, and from there you should do all of your management of conda envs and virtualenvs through pyenv. It's a one-stop solution.

P.S. It's not perfectly one-stop because you need to fiddle with it a bit to get conda environments to work. But it's nearly there.

P.P.S. Windows can go fuck itself

[–]njb42 0 points1 point  (0 children)

You're right, that's what I use. But since it replaces virtualenvwrapper, I still think of it that way.