On 03/07/2012 08:58 PM, Andres Reyes wrote:
For me, the main reason to use virtualenv has nothing to do with security or anything like that, is the convenience of having different projects with different sets of requirements not interfering with each other
It's really all about convenience. Not only is it easier to install (no root privileges needed), it's easier to deploy on more hosts (where you don't have many privileges), and on your development machine you're free to have many different stacks without interference.
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

