Name them appropriately? You can have as many as you like. They also don't all bed to reside in the same location. You can keep your code in one folder, your virtual env in another, and have both of them inside of a patent folder using the name of the project.
For virtualenvwarpper specifically, the name of the env you are currently working in is generally prepended to your prompt, and you can switch anytime with the workon command. If you really have that many, consider multiple dev servers or instances. There are a million ways to handle that situation -James On Apr 3, 2015 10:52 PM, "Kishan Mehta" <[email protected]> wrote: > Hi Friends, > > I have one doubt about virtualenvwrapper. > If we have multiple virtual environments in one place for different > projects. > How to distinguish which environment is for which project over the period > of time if number of projects and environments increases. > > Thanks, > Kishan > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAC5ThKEMAE%2B43nm9K2eLPn9K0t4%2BSLJo0xrQxQkcVgNamm7L8g%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAC5ThKEMAE%2B43nm9K2eLPn9K0t4%2BSLJo0xrQxQkcVgNamm7L8g%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2Be%2BciUHirgJ7HthYAnDJpD%2BB%3DOv4FTCk%3DmzX%3DkK%2BdAOoszvjw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

