What does HackerNews think of virtualenv?

Virtual Python Environment builder

Language: Python

#201 in Hacktoberfest
#10 in Library
#164 in Python
`virtualenv` still exists and is still actively developed. It's true that Python 3 ships with `venv` but I think `virtualenv` offers some additional features.

https://github.com/pypa/virtualenv

I went through the same progression, thinking pipenv was the official solution before deciding it wasn’t. Then, just now, I realized that pipenv [1] is currently owned by the Python Packaging Authority (PyPA) who also owns pip [2] and virtualenv [3]. I don’t know the right answer but this illustrates the confusion of not coalescing around an official solution.

[1]: https://github.com/pypa/pipenv

[2]: https://github.com/pypa/pip

[3]: https://github.com/pypa/virtualenv

I could be wrong, but virtualenv, like pip, is not part of the core language. Its developed exclusively by pypa.

https://github.com/pypa/virtualenv