Correspondingly, to the Faq Wiki I added:

/// http://pyfaq.infogami.com/installed-index

Q: Where is Python installed on my machine?

A: Binaries in bin/, source in lib/, doc somewhere else. Read the
module source when you find its doc incomplete.

On Linux, ...

On the Mac, straight from Apple:
/System/Library/Frameworks/Python.framework/Versions/*

On the Mac, straight from Apple:
/System/Library/Frameworks/Python.framework/Versions/*

On the Mac, downloaded yourself:
/Library/Frameworks/Python.framework/Versions/*

On Windows, downloaded yourself:
C:\Python*

///

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to