Using sudo with pip3?

Michiel Overtoom motoom at xs4all.nl
Sat Jan 7 04:32:44 EST 2017


> On 2017-01-07, at 03:24, Cameron Simpson <cs at zip.com.au> wrote:
> 
> Having your on virtualenv is good for: [...] having an isolated environment for packages (you can make more than one virtual environment).

Yes, indeed. For example, if you have to maintain two different codebases, one using Django 1.8 and the other Django 1.10 and a slew of other packages, for example an older and newer version of allauth, you'd have to create two virtual environments or otherwise you'll end up with a broken situation.

Greetings,


More information about the Python-list mailing list