PythonPackages
Revision as of 12: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>)
How to see where your installed packages are:
python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"