Created
October 14, 2015 13:44
-
-
Save MattDMo/8978f513c13ea1e01ae1 to your computer and use it in GitHub Desktop.
Revisions
-
Matt Morrison created this gist
Oct 14, 2015 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,27 @@ { "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" } }