Skip to content

Instantly share code, notes, and snippets.

@aliva
Created October 2, 2015 12:00
Show Gist options
  • Save aliva/95c6e4822c1b4b7e66d1 to your computer and use it in GitHub Desktop.
Save aliva/95c6e4822c1b4b7e66d1 to your computer and use it in GitHub Desktop.
#!/bin/bash
python3 - << EOF
import sys
for path in sys.path:
print (path)
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment