PythonPackages: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    29 May 2009

    • curprev 13:0013:00, 29 May 2009Michael Murtaugh talk contribs 160 bytes +160 New page: How to see where your installed packages are: <source lang="bash"> python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()" </source>