Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I didn’t realize venv was part of the standard library. If that’s the case, how is it that conda even exists? Anybody got a good history of this?


conda can install things other than Python packages. C++ compilers, for example, or native libraries that Python packages depend on.


venv is part of the standard library from Python 3. It's not in Python 2.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: