Skip to content

Instantly share code, notes, and snippets.

@movii
Last active August 29, 2015 14:21
Show Gist options
  • Save movii/4b66fb654cd936217a97 to your computer and use it in GitHub Desktop.
Save movii/4b66fb654cd936217a97 to your computer and use it in GitHub Desktop.
{
"cmd": ["/usr/local/bin/python3", "$file"],
"selector": "source.python",
"file_regex": "file \"(...*?)\", line ([0-9]+)",
"env": {"LANG": "en_US.UTF-8"}
}
//In Sublime Text 3, Tools -> Build System -> New Build System
//replace the "cmd" path with your 'which python3' result in terminal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment