-
-
Notifications
You must be signed in to change notification settings - Fork 257
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
If installed using Homebrew, ruby-install errors because sudo installs are no longer allowed #291
Comments
My temp fix:
Probably because this |
I guess this is more environment configuration than a bug with |
the problem for me is that
|
http://docs.brew.sh/Troubleshooting.html @josephholsten, from that page try running cd /usr/local && sudo chown -R $(whoami) bin etc include lib sbin share var Frameworks I prefer: sudo chown -R $(whoami) /usr/local I'm not sure what causes it, but sometimes the |
@havenwood it's not macOS-only anymore, as Homebrew is officially supported on Linux too now. |
Is this still an issue? 0.8.2 added better logic for when and when-not-to use |
I did manage to get this a couple of times; this last time, first time on an M2 macbook, for some reason, Fixing the symlink removed the issue, but wanted to note it here in case it helps others. Or me, in 4-6 months time, most likely. |
Env:
As of Nov 1st, it appears that homebrew added this restriction: here
ruby-install/share/ruby-install/util.sh
Lines 98 to 99 in cc831fc
The text was updated successfully, but these errors were encountered: