Skip to content

Instantly share code, notes, and snippets.

@moniyax
Created January 11, 2014 20:59
Show Gist options
  • Save moniyax/8376690 to your computer and use it in GitHub Desktop.
Save moniyax/8376690 to your computer and use it in GitHub Desktop.
Finding site-packages
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