Created
December 9, 2016 19:26
-
-
Save 4e1e0603/c9b20969fb1f7ead667be938b4361e1c to your computer and use it in GitHub Desktop.
Prints the current Python Path -- oneliner
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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