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.
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:
This means that the version of isort can be determined per-project.