On 8/22/07, b3n <[EMAIL PROTECTED]> wrote:
>
> I did search but didn't find anything. Probably because the answer is
> too obvious...
>
> I checked out django using SVN but how do I do the next bit?
>
> "Symlink django_src/django so that django is within your Python site-
> packages directory, or update your PYTHONPATH to point to it."
>
> I'm using Windows XP. Do I simply create a Windows Environment
> Variable?
> If so, does the var point to the Python folder or the django folder,
> or what?
> e.g.
> PYTHONPATH = C:\django_src\django

Personally, I use Junction [1] to create a symbolic link from
site-packages to my SVN checkout, which lives in C:\django_src

    junction \Python25\lib\site-packages\django \django_src\django

Regards,
Jonathan

[1] http://www.microsoft.com/technet/sysinternals/FileAndDisk/Junction.mspx

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