Hacker News new | ask | show | jobs
by nemexis 1596 days ago
"Python’s pip don’t support having multiple versions of a given package installed at the same time, which could mean that the version of a package you request could clash with other software already installed on a given system."

> I am confused... how does the builtin venv (virtual environment) not solve this particular problem?