Skip to content

Instantly share code, notes, and snippets.

@beci
Created September 19, 2017 14:57
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 beci/44984070d1dad2b4ba683d6085cf9b48 to your computer and use it in GitHub Desktop.
Save beci/44984070d1dad2b4ba683d6085cf9b48 to your computer and use it in GitHub Desktop.
python scripts in windows
assoc .py=py_auto_file
ftype py_auto_file="C:\path_to_python\python.exe" "%1" %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment