Skip to content

Instantly share code, notes, and snippets.

@adamancini
Created September 17, 2012 17:20
Show Gist options
  • Save adamancini/3738585 to your computer and use it in GitHub Desktop.
Save adamancini/3738585 to your computer and use it in GitHub Desktop.
python.sublime-build
{
"cmd": ["c:\\python27\\python.exe", "-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