Replies: 1 comment
-
Same here, my ansible-lint is a symlink in /usr/local/bin/ (in $PATH) and I have the warning. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As stated in Issue #2048, there is an incorrect warning message when using pipx to install ansible-lint.
It has, when using pipx there is venvs for each package you install, and a bin folder
~/.local/pipx/venvs/PACKAGE/bin
, theses binaries are in turn symlinked in~/.local/bin
.It makes sense, when using pipx to install packages, to only have
~/.local/bin
in your PATH, and not to include every venv bin folder to your PATH.If you want to reproduce :
Beta Was this translation helpful? Give feedback.
All reactions