Created
June 11, 2015 11:04
-
-
Save stiig/74569a46a175a9ee83f8 to your computer and use it in GitHub Desktop.
Python3 Build on Win7 without PATH in Sublime Text 3
This file contains hidden or 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
Show hidden characters
{ | |
"path": "c:/python34", | |
"cmd": ["python", "-u", "$file"], | |
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", | |
"selector": "source.python", | |
"encoding": "cp1251" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment