[Tutor] Changing Pythonpath

John Hirsch johnh@phm.gov.au
Mon, 24 May 99 16:16:00 EST


Hi
How do you make a permanant change to PYTHONPATH in Windows 95.
I want Python to look in one of my folders for modules and I can get it   
to work using sys.path.append(). But this does not make a permanant   
change to the path so when I exit Python and then come back in the path   
is reset to what it was and I have to do a sys.path.append() again. I'm   
sure this is something quite basic but most documentation seems to refer   
to Unix (using $ PYTHONPATH).
Thanks for any help.
   

 ----------------------------------------
Jonathan Hirsch
Powerhouse Museum
Sydney, Australia
E-mail : johnh@phm.gov.au
Phone: (02) 92170233
 ----------------------------------------