Re: Same virtual-env for all django projects

2012-07-03 Thread Jon Black
Bear in mind that you may want different packages in your environments depending on the project. For example, you may have a project that uses a maps app (from pip) which isn't required by others. The general purpose of virtualenv is to setup clean, self-contained environments. What would you do if

Re: Same virtual-env for all django projects

2012-07-02 Thread Smaran Harihar
Thanks Musicman On Mon, Jul 2, 2012 at 4:17 PM, Lachlan Musicman wrote: > On Tue, Jul 3, 2012 at 10:52 AM, Smaran Harihar > wrote: > > Hi Djangoers, > > > > I am using virtual-env for my django project and I wanted to know that > is it > > ok to use the same virtual-env for all the django proje

Re: Same virtual-env for all django projects

2012-07-02 Thread Lachlan Musicman
On Tue, Jul 3, 2012 at 10:52 AM, Smaran Harihar wrote: > Hi Djangoers, > > I am using virtual-env for my django project and I wanted to know that is it > ok to use the same virtual-env for all the django projects on my system? > > or do I need to create a virtual-env for every other django project

Same virtual-env for all django projects

2012-07-02 Thread Smaran Harihar
Hi Djangoers, I am using virtual-env for my django project and I wanted to know that is it ok to use the same virtual-env for all the django projects on my system? or do I need to create a virtual-env for every other django project? So what I am doing is that I have the virtual-env dir in my fol