On Sat, Mar 16, 2013 at 9:25 AM,  <b...@kanka.de> wrote:

<snip>

> Secondly, python 2.7 being "highly recommended" for Dj 1.5 can not be used
> in debian stable.
> Installing a virtualenv again undermines package management control.

<snip>

Using virtualenv does not undermine package management and is the
best-practice and most-recommended way to handle it. In fact, it
significantly *helps* your package management system by not polluting
your OS's default Python libraries with all the stuff you install for
a single project.

Plus, you are eventually going to want to work on more than more than
one project, or multiple versions of your app, for example as you
prepare to migrate your app to newer versions of Django as it
continues to evolve.

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to