Skip to content

Instantly share code, notes, and snippets.

@miohtama
Created March 6, 2014 12:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save miohtama/9388845 to your computer and use it in GitHub Desktop.
Save miohtama/9388845 to your computer and use it in GitHub Desktop.
Setting Python 2.7 target to SublimeLinter in Sublime Text 3
// Put this to your PROJECT file, not global settings or SublimeLinter settings
// SublimeLinter-flake8
"SublimeLinter":
{
"@python": 2.7
},
// SublimePythonIDE
"settings": {
"python_interpreter": "/Users/moo/code/foobar/venv/bin/python"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment