Skip to content

Instantly share code, notes, and snippets.

@archeranimesh
Created May 16, 2017 05: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 archeranimesh/4d32b7e815fb5bc73febe1899fd93ceb to your computer and use it in GitHub Desktop.
Save archeranimesh/4d32b7e815fb5bc73febe1899fd93ceb to your computer and use it in GitHub Desktop.
Configuration for Sublime Text 3 With Anaconda Plugin for Build System.
{
"build_systems":
[
{
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"name": "Anaconda Python Builder",
"selector": "source.python",
"shell_cmd": "\"C:\\Users\\animeshb\\AppData\\Local\\Continuum\\Anaconda\\envs\\py35\\python\" -u \"$file\""
}
],
"folders":
[
{
"path": "."
}
],
"settings":
{
"python_interpreter": "C:\\Users\\animeshb\\AppData\\Local\\Continuum\\Anaconda\\envs\\py35\\python"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment