-
-
Save mayblue9/723173c9927632c2e842 to your computer and use it in GitHub Desktop.
SublimeText project setting
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"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