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
With system deprecated, is there any way to have asdf to fall back to my PATH (in my case, Homebrew) for a given comment if the local directory does not specify a .tool-versions?
With system deprecated, is there any way to have asdf to fall back to my PATH (in my case, Homebrew) for a given comment if the local directory does not specify a .tool-versions?
system is not deprecated, you can still add it to .tool-versions with asdf set and then set will fall through to the system version. This is definitely a bug though in the asdf install command. I have system versions set in my home directory .tool-versions and my dotfiles install script fails because of this.
Describe the Bug
When having configured some tools to use the system versions, asdf install will report an error and return an exit code.
Steps to Reproduce
system
in~/.tool-versions
asdf install
Expected Behaviour
Just state that the system version is available.
Actual Behaviour
It shows the error message and returns an error code:
Environment
The text was updated successfully, but these errors were encountered: