Skip to content

Instantly share code, notes, and snippets.

@eevmanu
Created April 4, 2015 02:37
Show Gist options
  • Save eevmanu/842800362cc918d4da2a to your computer and use it in GitHub Desktop.
Save eevmanu/842800362cc918d4da2a to your computer and use it in GitHub Desktop.
Settings per project
{
"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