Well, I do not totally agree with your point. The problem with virtual environments such as these is that you have trouble sometimes figuring out what actually happens behind the scripts that are used to initialize your environment. Thus comes a natural habit that I personally developed which is to say, whatever external tool that you need a specific version for, get the latter version and install it within a directory that would look like something of this kind /external/django/bin/ And add that directory to your Django project path in your settings.py This has the advantage to let you know when you deploy your app, which are the real specifics that you need to install back again on your development server.
Did that help ? Again, it's my personal opinion. Be careful to choose what suits you. -- Issam Outassourt Le 21 nov. 2012 16:39, "Javier Guerra Giraldez" <jav...@guerrag.com> a écrit : > On Wed, Nov 21, 2012 at 10:11 AM, Peter Edström <edstr...@gmail.com> > wrote: > > You recommend using virtualenv. Why and in what scenarios? > > always. > > each and every time i haven't used it, i've regretted it later. it > not only lets you experiment but also in deployment you're guaranteed > a stable environment. Also it makes it quite easy to reproduce the > deployed environment in your desktop long time afterwards, when you've > already forgotten how it was development before the latest and > greatest versions of everything. > > -- > Javier > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-users@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. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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.