Skip to content

Instantly share code, notes, and snippets.

@simon-engledew
Created October 19, 2009 13:12
Show Gist options
  • Save simon-engledew/213349 to your computer and use it in GitHub Desktop.
Save simon-engledew/213349 to your computer and use it in GitHub Desktop.
# via: http://julianbonilla.com/2008/03/16/finding-python-site-packages/
python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment