Live data from Hacker News

Virtualenv 20.0.0 Released

virtualenv.pypa.io

1–10 of 14 posts

Re: Virtualenv 20.0.0 Released

#9
post #8
post #4

Any benefits of using this project, virtualenv is now built in in Python 3, and it never was missing anything when I was using it.

venv is shipped with Python 3, not virtualenv, unless I am mistaken.

Yeah, I guess it's called different, but has the same functionality and is a drop-in replacement. I'm surprised there's still development on virtualenv after 2.7 is EOL.

Re: Virtualenv 20.0.0 Released

#10

I've just been using conda environments lately. How much am I missing by not using virtualenv instead?

Why did you take up conda in the first place ? venv and pip are part of the python project and conda seems to be yet another package manager in the already crowded and shady space of npm, brew, ports apt yum etc. I've always been puzzled at how they managed to shoehorn themselves into the python ecosystem while offering no distinct value as far as I can see.
Post reply on HN