Skip to content

Instantly share code, notes, and snippets.

@mayblue9
Forked from satomacoto/tensoflow.sublime-project
Created December 21, 2015 02:23
Show Gist options
  • Save mayblue9/723173c9927632c2e842 to your computer and use it in GitHub Desktop.
Save mayblue9/723173c9927632c2e842 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