Skip to content

Instantly share code, notes, and snippets.

@avolkov
Created October 19, 2016 19:12
Show Gist options
  • Save avolkov/2a7fd78785e62d7ed84225d3ce2a8f3a to your computer and use it in GitHub Desktop.
Save avolkov/2a7fd78785e62d7ed84225d3ce2a8f3a to your computer and use it in GitHub Desktop.
{
"SublimeLinter":
{
"@python": 2.7,
"linters":
{
"flake8":
{
"max-line-length": 120
}
}
},
"build_systems":
[
{
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
"name": "Anaconda Python Builder",
"selector": "source.python",
"shell_cmd": "\"/home/alex/.virtualenvs/{project}/bin/python\" -u \"$file\""
}
],
"folders":
[
{
"path": "/home/alex/repos/{project}"
}
],
"settings":
{
"python_interpreter": "/home/alex/.virtualenvs/{project}/bin/python",
"extra_paths":
[
"/home/alex/.virtualenvs/{project}/"
],
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment