Getting Started #5313
Unanswered
freebrowser1
asked this question in
Getting started
Getting Started
#5313
Replies: 2 comments
-
I got this error immediately after I upgraded to Xcode 15. Hope someone can help on this issue. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Well, I did it by completely removing Homebrew with a script provided by them. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
When updating some formulae (e.g. scrcpy, ffmpeg) I get errors that gcc cannot be found.
I must admit I have an Intel Macbook running Sonoma where the Homebrew folder is still in the wrong place (/Users/me/homebrew rather than /usr/local) as I did not know by then (several years ago) that the recommenden folder is /usr/local.
I got errors after
brew update
andbrew upgrade
after repeated attempts. I have the latest tools Xcode from the App Store (15.3).I got this:
Finally I want to move the whole homebrew stuff to /opt/local where it belongs but how should I do this ?
My idea is :
brew bundle dump
Then reinstalling it (how ?)
and then restoring by
brew bundle --file ~/my-folder/Brewfile
Does anyone know this ?
Beta Was this translation helpful? Give feedback.
All reactions