Skip to content

Instantly share code, notes, and snippets.

@richmont
Created January 5, 2020 04:18
Show Gist options
  • Save richmont/b8c4ba7d1480f2213269519fe131fd18 to your computer and use it in GitHub Desktop.
Save richmont/b8c4ba7d1480f2213269519fe131fd18 to your computer and use it in GitHub Desktop.
build system sublime text python3 Windows
{
"cmd": ["C:/Program Files (x86)/Python37-32/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