You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A great alternative to running coala in Docker or in a virtualenv environment is pipx. It lets you install python packages in an isolated environment, so you can use it without having to activate a virtual environment or installing directly in python.
pipx is great for CLI tools, so I use it for things like awscli, black, cookiecutter, pipenv, etc.
Coala doesn't install with the basic pipx install command, as you can see here: pypa/pipx#14. I've confirmed that pipx install --spec coala-bears coala mentioned in the issue works for me, too.
I'm also happy to submit a pull request, if you want to add the instructions.
The text was updated successfully, but these errors were encountered:
A great alternative to running coala in Docker or in a virtualenv environment is pipx. It lets you install python packages in an isolated environment, so you can use it without having to activate a virtual environment or installing directly in python.
pipx is great for CLI tools, so I use it for things like awscli, black, cookiecutter, pipenv, etc.
Coala doesn't install with the basic pipx install command, as you can see here: pypa/pipx#14. I've confirmed that
pipx install --spec coala-bears coala
mentioned in the issue works for me, too.I'm also happy to submit a pull request, if you want to add the instructions.
The text was updated successfully, but these errors were encountered: