brew update/upgrade/install floods terminal with garbage on Linux #5644
-
Additional Info
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
Might be Can you reproduce it with a In a pinch, you can try passing |
Beta Was this translation helpful? Give feedback.
Homebrew is built using Ruby, so it needs a
rubybinary to run. Yours seems to be found at/snap/ruby/369/bin/ruby.I suggest trying:
Once that's done (it may take a while), the output of
ruby --versionandwhich rubyshould look something like (sans thearm64-darwin23part)Once you've done that, paste the output of
brew confighere and then trybrew installagain.