Hacker News new | ask | show | jobs
by abrichr 1178 days ago
Venvs are self contained python environments, no interaction with system python.

For those already familiar with venvs, the above just condenses to “remove the old venv and create a new one”.