Skip to content

Instantly share code, notes, and snippets.

@MattDMo
Created October 14, 2015 13:44
Show Gist options
  • Select an option

  • Save MattDMo/8978f513c13ea1e01ae1 to your computer and use it in GitHub Desktop.

Select an option

Save MattDMo/8978f513c13ea1e01ae1 to your computer and use it in GitHub Desktop.

Revisions

  1. Matt Morrison created this gist Oct 14, 2015.
    27 changes: 27 additions & 0 deletions Python34.sublime-project
    Original 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"
    }
    }