[Pythonmac-SIG] Re: executing scripts on OS X

Tony Lownds tony@metanet.com
Mon, 9 Jul 2001 12:10:20 -0700


>
>the file hello.py is in a directory that is in my path and so is
>python and my sh-bang is correct and CHMOD is groovy.
>
>BUT... seems that you still have to give the full path.
>God only knows why.


In tcsh you must run "rehash" after changing the PATH for it to take 
effect. Perhaps that is why.

-Tony