Hacker News new | ask | show | jobs
by AbundantSalmon 1527 days ago
Not sure what your requirements are but `virtualenv` would be the standard for python environments outside of `venv` which is in the standard library. I would have considered it solved.