Skip to content

Instantly share code, notes, and snippets.

@tinytengu
Created May 4, 2021 09:18
Show Gist options
  • Save tinytengu/d0bc953e2c613ff0158c809b62e8b200 to your computer and use it in GitHub Desktop.
Save tinytengu/d0bc953e2c613ff0158c809b62e8b200 to your computer and use it in GitHub Desktop.
Sublime Text 3 Custom Python Build System
{
"cmd": ["python", "-u", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python",
"variants": [
{
"name": "Terminal",
"shell": true,
"shell_cmd": "start cmd /k $file"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment