Skip to content

Instantly share code, notes, and snippets.

@Black-Milk
Created March 5, 2014 05:14
Show Gist options
  • Save Black-Milk/9361651 to your computer and use it in GitHub Desktop.
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...).
{
"cmd": ["//anaconda/envs/py3k/bin/python3.3", "-u", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python"
}
@malbergo
Copy link

Hi, does this not lock up memory on your computer if you do not close Sublime Text?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment