Created
March 5, 2014 05:08
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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