bh / atom-python-isort

Atom.io plugin to sort Python imports
https://atom.io/packages/python-isort
MIT License
19 stars 10 forks source link

Fix deprecation and call binary name from PATH #6

Closed jmfederico closed 9 years ago

jmfederico commented 9 years ago

isort Path setting can be an absolute path or the bin name, and would run the bin from your PATH.

jmfederico commented 9 years ago

Not in the pull request, but default path could be just "isort".

This change makes it possible to open atom from a virtual env and run the venv's isort.

bh commented 9 years ago

Excellent work! Thank you!