dreadatour / Flake8Lint

Sublime Text plugin for lint Python files
233 stars 58 forks source link

Search for python interpreters in system path #108

Open plinss opened 7 years ago

plinss commented 7 years ago

Currently the linter complains if the path to the python interpreter isn't an absolute path. This adds a search in the system path allowing relative paths to work.