|
|
Subscribe / Log in / New account

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.


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds