Skip to content

Instantly share code, notes, and snippets.

@MattDMo
Created October 14, 2015 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MattDMo/8978f513c13ea1e01ae1 to your computer and use it in GitHub Desktop.
Save MattDMo/8978f513c13ea1e01ae1 to your computer and use it in GitHub Desktop.
Sublime project file with Anaconda
{
"build_systems":
[
{
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"name": "Anaconda Python Builder",
"selector": "source.python",
"shell_cmd": "c:/Python34/python3.exe -u \"$file\""
}
],
"folders":
[
{
"path": "C:\\Users\\mattdmo\\Dropbox"
},
{
"path": "C:\\Users\\mattdmo\\Dropbox\\Development"
},
{
"path": "C:\\Users\\mattdmo\\Dropbox\\Sublime\\ST3_WinXP\\Packages"
}
],
"settings":
{
"python_interpreter": "c:/Python34/python3.exe"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment