Wednesday 30 December 2009

Python: Determine location of Site-Packages / Dist-Packages

Nice tip from the Django tutorial page.

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

http://docs.djangoproject.com/en/dev/topics/install/

No comments:

Post a Comment