Skip to content

Instantly share code, notes, and snippets.

@4e1e0603
Created December 9, 2016 19:26
Show Gist options
  • Save 4e1e0603/c9b20969fb1f7ead667be938b4361e1c to your computer and use it in GitHub Desktop.
Save 4e1e0603/c9b20969fb1f7ead667be938b4361e1c to your computer and use it in GitHub Desktop.
Prints the current Python Path -- oneliner
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