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. |
0 replies
|
Well, I did it by completely removing Homebrew with a script provided by them. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Output of
brew configOutput of
brew doctorDescription 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 updateandbrew upgradeafter 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 dumpThen reinstalling it (how ?)
and then restoring by
brew bundle --file ~/my-folder/BrewfileDoes anyone know this ?
All reactions