I used to do this a while back. Off the top of my head what I did was
unpack 0.96 and the svn versions in separate directories. Then using
the PYTHONPATH environment variable you should be able to specify
which version you want to use.

For example:

0.96 is in...
~/Python/libs/django-0.96/django

SVN version is in...
~/Python/libs/django-svn/django

If you want to use 0.96 version:

export PYTHONPATH=~/Python/libs/django-0.96

If you want to use the SVN version:

export PYTHONPATH=~/Python/libs/django-svn

Note that you need to use the directory *containing* the django
directory in PYTHONPATH

Something similar should work if you are using mod_python using the
SetEnv or PythonPath directives. But this time, you should replace ~
with whatever your home directory is.

HTH.

On 8/22/07, Jarek Zgoda <[EMAIL PROTECTED]> wrote:
>
> Is it possible to have installed (and use in different projects) both
> 0.96 and svn trunk? Any hints?
>
> --
> Jarek Zgoda
> Skype: jzgoda | GTalk: [EMAIL PROTECTED] | voice: +48228430101
>
> "We read Knuth so you don't have to." (Tim Peters)
>
> >
>


-- 
_nimrod_a_abing_

http://abing.gotdns.com/
http://www.preownedcar.com/

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to