executing python programs as if they were on OS path (noob)

Darren Dale dd55 at cornell.edu
Tue Aug 3 15:19:06 EDT 2004


Is there a place to put python programs so I dont have to refer to the 
absolute path everytime I want to call them? For example:

if I am in /home/me and want to execute:

python /home/me/python/export.py temp.dat

what could I do so this will work:

python export.py temp.dat

Thanks,
Darren



More information about the Python-list mailing list