-
Notifications
You must be signed in to change notification settings - Fork 135
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
Wrong cellar path #292
Comments
I encountered this exact issue in the wild. With |
@Qqwy Interesting, what did you face with |
Upon reflection, I think my problem might have been caused by something else. My |
Hi, I faced some similar issue here. I use asdf for deploy in some scenarios where I need more than one version of ruby, using systemd scripts for startup. But recently, the "bundle" script command (e.g: /path/to/.asdf/installs/ruby/3.1.2/bin/bundle), for example, points to "#!/usr/bin/env ruby" instead of "/path/to/.asdf/installs/ruby/3.1.2/bin/ruby", and the startup fails. So, I need to edit all scripts to point to correct ruby version. EDIT: |
All my ruby shims recently (within the last year) broke. All point to |
Noticed this behaviour with asdf and ruby gems recently.
I have had asdf installed for a while now. I use it for all my language versioning.
Recently after installing gems at a global level and after
asdf reshim
I found that the shim file created points to a wrong cellar. I manually updated and it started working. Not sure what I missed here or is it a genuine issue. If someone can direct on how I can gather data/steps I can dig into this further.Output of
asdf info
I installed the rufo gem and the shim file has content as below
The cellar path should be of version
0.10.2
in the info but0.9.0
due to which I was not able to access rufo globally.I manually changed and it is now
And
rufo
works now.Apologies in advance for this vague issue, I really like to figure what went wrong but am not sure where to start.
The text was updated successfully, but these errors were encountered: