PythonPackages

From XPUB & Lens-Based wiki
Revision as of 13:00, 29 May 2009 by Michael Murtaugh (talk | contribs) (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>)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

How to see where your installed packages are:

python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"