-
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: Updating asdf did not update version number in shim paths #1147
Comments
I'm having the same issue and |
A small workaround is to remove the plugin, then install it again. |
Ran into the same issue. My workaround was to rename the |
Confirming removing the directory and reshimming worked for me as well. |
same here |
Another grateful developer here. Moving the |
^^ thank you @slehman |
+1 Moving the shims dir and asdf reshim worked |
I think we should close this issue. AFAICT, this is a dupe of #1103. I tried to write up a very detailed explanation of things over on #1103 (comment). |
Taking this advice and closing this in favour of #1103 |
Describe the Bug
After updating asdf from 0.8.1.1 to 0.9.0, in my ~/.asdf/shims folder, I have lots of shims pointing to the older version:
etc
Steps to Reproduce
Install asdf with homebrew
Update asdf with homebrew
Expected Behaviour
Shims to be updated
Actual Behaviour
Shims point to nonexistent older asdf version
Environment
$ asdf info OS: Darwin andrew.ray-pro 20.6.0 Darwin Kernel Version 20.6.0: Tue Oct 12 18:33:42 PDT 2021; root:xnu-7195.141.8~1/RELEASE_X86_64 x86_64 SHELL: GNU bash, version 3.2.57(1)-release (x86_64-apple-darwin20) Copyright (C) 2007 Free Software Foundation, Inc. ASDF VERSION: v0.9.0 ASDF ENVIRONMENT VARIABLES: ASDF_DIR=/usr/local/Cellar/asdf/0.9.0/libexec ASDF INSTALLED PLUGINS: python git@github.com:danhper/asdf-python.git master 57a4d72 ruby git@github.com:asdf-vm/asdf-ruby.git master d0e5a20 terraform git@github.com:Banno/asdf-hashicorp.git master 307f78c
asdf plugins affected (if relevant)
No response
The text was updated successfully, but these errors were encountered: