a newbie question

Peter Hansen peter at engcorp.com
Wed Dec 8 18:20:27 EST 2004


chris wrote:
> In what directory are the preinstalled python libraries located on a
> Linux RH9 machine?

Run python and at the prompt type "import sys" and then
"sys.path".  This should show you where all kinds of
things are installed...

If that's not what you wanted, try specifying what you mean
by "preinstalled python libraries".  I can think of at least
two things that this phrase might refer to...

-Peter



More information about the Python-list mailing list