Created
March 5, 2014 05:14
-
-
Save Black-Milk/9361651 to your computer and use it in GitHub Desktop.
Python 3.3 Anaconda build file for sublime text 3. Be sure to replace //anaconda/envs/py3k/bin/python3.3 with the actual path including the python 3 unix executable provided by your Anaconda distribution (assuming you've already installed it...).
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
{ | |
"cmd": ["//anaconda/envs/py3k/bin/python3.3", "-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
Hi, does this not lock up memory on your computer if you do not close Sublime Text?