On 5/19/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> echo
> `$HOME/Development/django_src` >>
> /System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/django.pth
...

Sorry, I'm a dork.  I did ` instead of " before.

Try this:
echo "$HOME/Development/django_src" >
/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/django.pth

then in python (again):
import sys
print sys.path
import django

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

Reply via email to