Hello,

I think you should use virtualenv for lot of reasons:

* it is easy to use
* you can even change you python interpreter according context without mixing accidentally libs from previous version, for example * you can test if upgrading a library, module, app doesn't break your project (you can try to upgrade Django for example) non-regression
* you'll know precisely requirements of each project
* you can reproduce live server environment (current and future)

Comparing using or not using virtualenv, you'll spend more energy to "manually" manage libraries than using virtualenv each time.

Regards,

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to