Re: Where does sys.path get initialized
by Jeff Epler other posts by this author
Sep 22 2003 2:38AM messages near this date
Re: Where does sys.path get initialized
|
Re: python script as an emergency mailbox cleaner
It comes from the value of the PYTHONPATH environment variable, the
location of the script being executed (or the current directory, for an
interactive interpreter), an installation path or paths, and the "site"
module. On Windows, an environment key may be involved, but I am not
aware of any specifics.
http://python.org/doc/lib/module-sys.html#l2h-352
http://python.org/doc/lib/module-site.html
Jeff
--
http://mail.python.org/mailman/listinfo/python-list
Thread:
mmoum[no-spam-please]
Scott David Daniels
Jeff Epler
|