Python virtual environments
Python virtual environments
Posted Jun 13, 2018 18:59 UTC (Wed) by pj (subscriber, #4506)Parent article: Python virtual environments
I use pipsi for 'local' (per-user) python tool installs. It sets up a new virtualenv per tool so 1) requirements can't conflict and 2) doesn't pollute the global system install.