Created
April 4, 2015 02:37
-
-
Save eevmanu/842800362cc918d4da2a to your computer and use it in GitHub Desktop.
Settings per project
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
{ | |
"build_systems": | |
[ | |
{ | |
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", | |
"name": "Anaconda Python Builder", | |
"selector": "source.python", | |
"shell_cmd": "/home/xxxx/Envs/xxxxx/bin/python -u \"$file\"" //path python in virtualenv | |
} | |
], | |
"folders": | |
[ | |
{ | |
"follow_symlinks": true, | |
"path": "Recover/Projects/Python/xxxxx" | |
} | |
], | |
"settings": | |
{ | |
"python_interpreter": "/home/xxxx/Envs/xxxxx/bin/python" //path python in virtualenv | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment