Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MaverickChan/0c7b01a9cdd50c03107e180ba7696a7d to your computer and use it in GitHub Desktop.
Save MaverickChan/0c7b01a9cdd50c03107e180ba7696a7d to your computer and use it in GitHub Desktop.
import sys
print('The command line arguments are:')
for i in sys.argv:
print(i)
print('\n\nThe PYTHONPATH is', sys.path, '\n')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment