|
|
Subscribe / Log in / New account

Python virtual environments

Python virtual environments

Posted Jun 15, 2018 3:23 UTC (Fri) by flewellyn (subscriber, #5047)
In reply to: Python virtual environments by rahulsundaram
Parent article: Python virtual environments

Ahh, I see. So the reason it never bit me on the ass is that I always run pip as a regular user, and it installs just to my local, or to my venv, eh?

Makes sense. I suppose there's less issue if you use pip to install inside a container?


to post comments

Python virtual environments

Posted Jun 15, 2018 10:28 UTC (Fri) by rahulsundaram (subscriber, #21946) [Link]

Yes, installing as yourself or using a container is just fine. Installing system wide is generally not recommended


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