Skip to content

Instantly share code, notes, and snippets.

@Rapptz
Created December 8, 2014 16:00
Show Gist options
  • Select an option

  • Save Rapptz/62f692d2d1255d700a6c to your computer and use it in GitHub Desktop.

Select an option

Save Rapptz/62f692d2d1255d700a6c to your computer and use it in GitHub Desktop.
import sys
print(sys.argv)
λ debug.py --help
['debug.py']
λ python debug.py --help
['debug.py', '--help']
λ debug.py --help
['debug.py']
λ assoc .py
.py=Python.File
λ ftype Python.File
Python.File="C:\Python27\python.exe" "%1" %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment