$ sudo updatedb
$ locate django

Look for:

/path/to/django/bin/manage.py
/path/to/django/bin/django-admin.py
...

That /bin should be on your $PATH.

If you feel comfortable with it, I recommend using SVN to check out the
latest django development version:

/wherever/you/want$ sudo svn co http://django-dev-version-svn-path django

Then run:

/path/to/python2.5/site-packages$ sudo ln -s /wherever/you/put/django django

Which will make sure that you can call:

>>> import django

--Matt


On 10/22/07 10:03 AM, "johannes" <[EMAIL PROTECTED]> wrote:

> 
>> Can you successfully run this:
>> 
>> [EMAIL PROTECTED] python
>> 
>>>>> import django
>> 
>> ?
> 
> No. That doesn't work either. Well, but how do I figure out what's the
> right path to /path/to/django/bin?
> There are so many "djangos" in my opt/local/-directory. (mostly
> receipts or rsync-stuff from macports).
> 
> 
> > 


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