Re: EXPORT PATH in Leopard

2007-12-30 Thread mOne
I see the problem. I have three paths, two are pointing to the wrong directory. Does anyone know how to remove a path? On Dec 30, 11:48 pm, mOne <[EMAIL PROTECTED]> wrote: > Hey Eric, > > When I type in which python I get /usr/bin/python. That seems to work. > When I type in Macintosh:~ tk$ pytho

Re: EXPORT PATH in Leopard

2007-12-30 Thread mOne
Hey Eric, When I type in which python I get /usr/bin/python. That seems to work. When I type in Macintosh:~ tk$ python django-admin.py startproject tkt I get the same error. I have tried to export the path anme to no avail. See error below: /System/Library/Frameworks/Python.framework/Versions/2.

Re: EXPORT PATH in Leopard

2007-12-28 Thread Eric Abrahamsen
On Dec 28, 8:15 pm, mOne <[EMAIL PROTECTED]> wrote: > OK. How do I set this up on my machine. I am running Leopard and I am > using the following as my path, but it does not seem to be working. > How can I tell if I my path is correct. > > This is the error that I keep getting: > > Macintosh:~ tk$

Re: EXPORT PATH in Leopard

2007-12-28 Thread mOne
OK. How do I set this up on my machine. I am running Leopard and I am using the following as my path, but it does not seem to be working. How can I tell if I my path is correct. This is the error that I keep getting: Macintosh:~ tk$ python django-admin.py startproject appersers /System/Library/

Re: EXPORT PATH in Leopard

2007-12-28 Thread jeffself
I have a bin directory in my home folder. In that, I created a link for django-admin.py pointing to /opt/django-source/django/bin/django- admin.py. My $HOME/bin is in my path. On Dec 27, 11:53 pm, mOne <[EMAIL PROTECTED]> wrote: > Hi, > > I am using Leopard currently and am getting started with

EXPORT PATH in Leopard

2007-12-27 Thread mOne
Hi, I am using Leopard currently and am getting started with Django. I have used it previously on Tiger and have been able to install and work with it no problem. How do I set the path, so that when I type in python django-admin.py startproject mysite, I don't have to type in python /Library/Pyt