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
When running a CLI program, installed in a virtual environment, when starting a shell session, users get the following error: pyenv: <cli-program>: command not found
Solution
auto-click-auto will add a check in the shell configuration for whether the program is executable. This will keep shell sessions free from "command not found" errors when the autocompleted program is not installed system-wide.
The text was updated successfully, but these errors were encountered:
Originally reported in repository-service-tuf/repository-service-tuf-cli#469.
What happened?
When running a CLI program, installed in a virtual environment, when starting a shell session, users get the following error:
pyenv: <cli-program>: command not found
Solution
auto-click-auto
will add a check in the shell configuration for whether the program is executable. This will keep shell sessions free from "command not found" errors when the autocompleted program is not installed system-wide.The text was updated successfully, but these errors were encountered: