bobhaugen wrote:
> Following http://www.djangoproject.com/documentation/install/
>
> I'm stuck at the steps of setting up the symlinks to django.
> Step 3. ln -s `pwd`/django-trunk/django SITE-PACKAGES-DIR/django
> Step 4. ln -s `pwd`/django-trunk/django/bin/django-admin.py /usr/local/
> bin
>
> One possible problem: not thinking very fast, I ended up checking out
> django-trunk into my home folder.
> Is that a mistake?  Where shd it be?
>
> I tried several variations on Steps 3 and 4:
> sudo ln -s /django-trunk/django /usr/lib/python2.5/site-packages/
> django
> sudo ln -s /django-trunk/django/bin/django-admin.py /usr/local/bin
> sudo ln -s django-trunk/django /usr/lib/python2.5/site-packages/django
> sudo ln -s django-trunk/django/bin/django-admin.py /usr/local/bin
>
> And also the same variations with passwords included inline instead
> using sudo.
>
> All of them resulted in broken links.
>
> Any clues?
>
> I did get django-trunk onto my PYTHONPATH, thanks to help from Brett
> Parker, so now when I type import django into the Python interpreter,
> I no longer get an error message.  In other words, according to the
> instructions, django is actually installed, at least to some extent.

Antonio Cangiano provided some good instructions on installing Django
and PostgreSQL on Ubuntu.  He installed from trunk.

http://antoniocangiano.com/2007/12/26/installing-django-with-postgresql-on-ubuntu/
--~--~---------~--~----~------------~-------~--~----~
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