Created
October 14, 2015 13:44
-
-
Save MattDMo/8978f513c13ea1e01ae1 to your computer and use it in GitHub Desktop.
Sublime project file with Anaconda
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": "c:/Python34/python3.exe -u \"$file\"" | |
} | |
], | |
"folders": | |
[ | |
{ | |
"path": "C:\\Users\\mattdmo\\Dropbox" | |
}, | |
{ | |
"path": "C:\\Users\\mattdmo\\Dropbox\\Development" | |
}, | |
{ | |
"path": "C:\\Users\\mattdmo\\Dropbox\\Sublime\\ST3_WinXP\\Packages" | |
} | |
], | |
"settings": | |
{ | |
"python_interpreter": "c:/Python34/python3.exe" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment