Skip to content

Instantly share code, notes, and snippets.

@Black-Milk
Created March 5, 2014 05:08
Show Gist options
  • Save Black-Milk/9361582 to your computer and use it in GitHub Desktop.
Save Black-Milk/9361582 to your computer and use it in GitHub Desktop.
Replace //anaconda/bin/python2.7 with the actual path of your anaconda python distribution and you should be good to go.
{
"cmd": ["//anaconda/bin/python2.7", "-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