On Dec 24, 9:36 am, [EMAIL PROTECTED] wrote:
> Hi i have 2 projects which one of them uses the svn version of the django and
> another uses 0.96.1
>
> How should i handle that situation. Currently i checouted the svn version and
> created a ln -s to my site-packages version?
>
> How can i have the 0.96.1 when i work with my site and to have svn when i work
> on another project.

Use virtualenv to create isolated Python environments containing the
different versions.

  http://pypi.python.org/pypi/virtualenv

Graham
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to