Skip to content

Instantly share code, notes, and snippets.

@stiig
Created June 11, 2015 11:04
Show Gist options
  • Save stiig/74569a46a175a9ee83f8 to your computer and use it in GitHub Desktop.
Save stiig/74569a46a175a9ee83f8 to your computer and use it in GitHub Desktop.
Python3 Build on Win7 without PATH in Sublime Text 3
{
"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