Skip to content

Instantly share code, notes, and snippets.

@alexlopes
Last active May 3, 2016 04:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alexlopes/697e6e5a6bb5006e952b to your computer and use it in GitHub Desktop.
Save alexlopes/697e6e5a6bb5006e952b to your computer and use it in GitHub Desktop.
#How to find Python site packages
import site; site.getsitepackages()
>>> import os
>>> import inspect
>>> inspect.getfile(os)
#Install setup.py
python setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment