I just installed django 1.4 on my OSX.7 macbook running Python 2.7.1.

I installed first via git, and when that didn't work, I downloaded the
tar and unzipped/installed 1.4.

I am specifically getting the error:
-bash: django_admin.py: command not found

However, in /usr/local/bin, django_admin.py exists. When trying
sudo ln -s /usr/local/python2.7/site-packages/django/bin/django-
admin.py /usr/local/bin/django-admin.py
as the FAQ suggests, I get an error saying /usr/local/bin/django-
admin.py exists!

So, I am running in to two errors: One saying django_admin doesn't
exist, and the other saying it does when I try to set it up.

I'm at the point of pulling out my hair -- any help would be
appreciated.

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to