> On Fri, Sep 25, 2009 at 11:32 AM, David Eric <cii...@gmail.com> wrote:
>>
>> ok this is really weird . . .
>> i tried running the helloworld again, and it doesnt work :/
>>
>> DTm:~ davidteboul$ echo $PATH
>> PATH$/Library/Frameworks/
>>
>> Python.framework/Versions/3.1/bin:/Library/Frameworks/Python.framework/Versions/3.0/bin:/Library/Frameworks/Python.framework/Versions/Current/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin/Users/davidteboul/bin/pythonStuff

You are missing a colon between /usr/X11/bin and
/Users/davidteboul/bin/pythonStuff

>> DTm:~ davidteboul$ helloworld
>> -bash: helloworld: command not found

To run a command in the current directory (not in PATH) you have to
explicitly give the current directory in teh command, i.e.
./helloworld

Kent
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor

Reply via email to