{ "build_systems": [ { "file_regex": "^[ ]*File \"(...*?)\", line ([0-9]*)", "name": "Anaconda Python Builder", "selector": "source.python", "shell_cmd": "/Users/spacenergy/Programming/BatiskafENV/bin/python -u \"$file\"" } ], "folders": [ { "follow_symlinks": true, "path": "." } ], "settings": { "anaconda_linting": true, "anaconda_linting_behaviour": "always", "pep257": false, "python_interpreter": "/Users/spacenergy/Programming/BatiskafENV/bin/python", "test_command": "python -m unittest discover", "use_pylint": false, "validate_imports": true } }