Re: install os x problem

2012-03-13 Thread Patricio Valarezo
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

Re: install os x problem

2012-03-13 Thread Patrick Sweet
You are going to have to update your system's PATH variable to recognize django-admin.py. I'm on Windows, but here's a link to how to set the path on a mac: http://www.tech-recipes.com/rx/2621/os_x_change_path_environment_variable/ Essentially, your path should look similar to "$PATH$;/full/path/

install os x problem

2012-03-13 Thread Clark
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 n