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

Support dynamic location per-project #29

Open danpalmer opened 8 years ago

danpalmer commented 8 years ago

I don't install global python dependencies, they are all in virtualenvs. It would be really useful to be able to set a dynamic path to isort, something like:

~/.virtualenvs/$PROJECT_NAME/bin/isort

This means that the version of isort can be determined per-project.