Skip to content

Instantly share code, notes, and snippets.

@m-x-k
Created February 19, 2018 08:06
Show Gist options
  • Save m-x-k/0fe6e036d13799476287fd5e79893e64 to your computer and use it in GitHub Desktop.
Save m-x-k/0fe6e036d13799476287fd5e79893e64 to your computer and use it in GitHub Desktop.
Get Python PIP Locations
python -c "import site; print(site.getsitepackages())"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment