I am looking for 2 hours now to find a guide to link my sublime text 2 editor to my anaconda python installation on mac os.
{
"path": "/Users/stephanketterer/anaconda/bin/",
"cmd": ["python", "-u", "$file"],
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"selector": "source.python"
}
I cannot find my mistake :(