Skip to content

Instantly share code, notes, and snippets.

@4e1e0603
Last active January 14, 2016 09:12
Show Gist options
  • Save 4e1e0603/cb43a134fa8b92617802 to your computer and use it in GitHub Desktop.
Save 4e1e0603/cb43a134fa8b92617802 to your computer and use it in GitHub Desktop.
Prints the system path from a command line.

python -c "import sys; print('\n'.join(sys.path))"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment