30 lines
793 B
Plaintext
30 lines
793 B
Plaintext
{
|
|
"build_systems":
|
|
[
|
|
{
|
|
"file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)",
|
|
"name": "Anaconda Python Builder",
|
|
"selector": "source.python",
|
|
"shell_cmd": "\"python\" -u \"$file\""
|
|
}
|
|
],
|
|
"folders":
|
|
[
|
|
{
|
|
"path": "/home/dtomlinson/projects"
|
|
}
|
|
],
|
|
"settings":
|
|
{
|
|
"SublimeLinter.linters.pycodestyle.disable": false,
|
|
"SublimeLinter.linters.pyflakes.disable": false,
|
|
"anaconda_linting": false,
|
|
"convert_tabspaces_on_save": false,
|
|
"enable_signatures_tooltip": true,
|
|
"merge_signatures_and_doc": true,
|
|
"python_interpreter": "$VIRTUAL_ENV/bin/python3",
|
|
|
|
},
|
|
"virtualenv": "/home/dtomlinson/.virtualenvs/bayes-learning"
|
|
}
|