Hey! Ran into this last week.
The *cleanest* fix is `pipx install package-name`. It isolates stuff like a venv but for CLI tools.
If it’s a dev dependency, just use `poetry` or `pdm`. They handle venvs for you.
Docs: https://pipx.pypa.io/stable/
The *cleanest* fix is `pipx install package-name`. It isolates stuff like a venv but for CLI tools.
If it’s a dev dependency, just use `poetry` or `pdm`. They handle venvs for you.
Docs: https://pipx.pypa.io/stable/
