> On 2017-01-07, at 03:24, Cameron Simpson <c...@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,
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to