Modify Python Path

Erik Max Francis max at alcyone.com
Sat Dec 7 15:13:39 EST 2002


Kenneth Gomez wrote:

> This may seem like a silly question but I have tried the documentation
> and the system registry but I cant find where Python stores the search
> path.

sys.path.  You can also use the PYTHONPATH environment variable, though
since I'm a UNIX guy I don't know exactly how that translates into
Windows (which you're obviously using).

-- 
 Erik Max Francis / max at alcyone.com / http://www.alcyone.com/max/
 __ San Jose, CA, USA / 37 20 N 121 53 W / &tSftDotIotE
/  \ My long is strong enough, you know / Strong enough to let you go
\__/ Xscape
    Official Omega page / http://www.alcyone.com/max/projects/omega/
 The official distribution page for the popular Roguelike, Omega.



More information about the Python-list mailing list