Skip to content

Instantly share code, notes, and snippets.

@satomacoto
Created November 16, 2015 03:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save satomacoto/b96a5797c77593dea945 to your computer and use it in GitHub Desktop.
Save satomacoto/b96a5797c77593dea945 to your computer and use it in GitHub Desktop.
SublimeText project setting
{
"build_systems":
[
{
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"name": "Anaconda Python Builder",
"selector": "source.python",
"shell_cmd": "~/.virtualenvs/tensorflow/bin/python -u \"$file\""
}
],
"folders":
[
{
"follow_symlinks": true,
"path": "."
}
],
"settings":
{
"anaconda_debug": true,
"extra_paths":
[
"~/.virtualenvs/tensorflow/lib/python2.7/site-packages"
],
"python_interpreter": "~/.virtualenvs/tensorflow/bin/python"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment