Skip to content

Instantly share code, notes, and snippets.

@NickTomlin
Created April 8, 2013 21:43
Show Gist options
  • Save NickTomlin/5340776 to your computer and use it in GitHub Desktop.
Save NickTomlin/5340776 to your computer and use it in GitHub Desktop.
Build python files via Python3 in Sublime Text 2
{
"cmd": ["python3", "-u", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment