El 13/03/12 10:41, Clark escribió:
I installed django via $ sudo pip install django
on my Mac OS X
When running through the install, one of the last lines says:
"error: /usr/local/bin/django-admin.py: No such file or directory"
So, when I try to run $ django-admin.py startproject mysite, I get the
-bash: django-admin.py: command not found
Only way I can get this command to work is to refer to the django-
admin.py with the full path...
$ full/path/of/location/django-admin.py startproject mysite
Thanks,
Clark
My advice is against using python and install libs right from the OS X.
I'm using django on my mac book air without issues using homebrew or
fink for installing virtualenv and then creating my own environments, in
this way I avoid the use of the main python install from OS X . If I
were in Linux I would do the same thing.
PatoVala
--
Patricio Valarezo Lozano.
patov...@pupilabox.net.ec
www.pupilabox.net.ec
"las cosas no se hacen solas, alguien las tiene que hacer..."
--
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.