-
Notifications
You must be signed in to change notification settings - Fork 790
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: No such file or directory for installed plugin commands #1144
Comments
I just did a complete removal of |
I uninstalled from homebrew and reinstalled via Git. This appears to have resolved the issue. However I'm on asdf version |
I believe this has been fixed already with #1102 Considering the confusion around this issue, as I've seen a few others issues about it reported and others out there are also dealing with it, I'd suggest minting a patch release of |
As @bcardarella says, I installed the head version of brew unlink asdf
brew install asdf --head |
Confirming this worked for me as well. |
Describe the Bug
I updated asdf via homebrew, currently on
v0.9.0
. When I runasdf help
I see all of the plugins listed as such:I ran
asdf plugin remove <plugin_name>
for each plugin and confirmed viaasdf help
that the missing plugin commands are no longer listed. I then reinstall the plugins withasdf plugin install elixir
and the same error as described above is being listed.Steps to Reproduce
asdf help
about the missing plugin commandsExpected Behaviour
I wouldn't expect there to be any error messages from any of the asdf plugins
Actual Behaviour
The installed plugins are showing as errors in
asdf help
Environment
asdf plugins affected (if relevant)
No response
The text was updated successfully, but these errors were encountered: