-
Notifications
You must be signed in to change notification settings - Fork 828
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 /opt/homebrew/opt/asdf/libexec/asdf.sh #1968
Comments
I'm having the same problem here after a |
The issue over here seems to help out #1895 (comment). |
You need to replace # asdf
export PATH="${ASDF_DATA_DIR:-$HOME/.asdf}/shims:$PATH" This is also listed here: https://asdf-vm.com/guide/upgrading-to-v0-16.html#_3-add-asdf-data-dir-shims-to-the-front-of-your-path The only thing that's not working for me yet is asdf + pre-commit hooks + Husky. I used to also load |
With asdf being in alpha for years and no change in sight, I think the solution for me is just to uninstall it and go about managing Elixir and Erlang in another way. Though, I appreciate the help of you all on this thread. |
@robinvw1 Have you found a solution for using asdf 0.16.xx with pre-commit hooks + husky? |
Describe the Bug
I've been using asdf integrated in .zshrc for as long as I've had this laptop. However, now I'm suddenly getting an error. The previous bug reports I see are either not zsh related or seem to imply I did something wrong while installing. However, it has been working without issue for some time. I don't see this particular issue listed in the breaking changes for https://github.com/asdf-vm/asdf/releases/tag/v0.16.0 https://asdf-vm.com/guide/upgrading-to-v0-16.html#breaking-changes
Steps to Reproduce
Expected Behaviour
No errors. Better backwards compatibility.
Actual Behaviour
~/.zshrc:.:26: no such file or directory: /opt/homebrew/opt/asdf/libexec/asdf.sh
Environment
asdf plugins affected (if relevant)
No response
The text was updated successfully, but these errors were encountered: