All homebrew binaries missing after Macos update #5189
-
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 2 comments · 4 replies
-
I've never seen anything like this before. Is there anything left in |
Beta Was this translation helpful? Give feedback.
All reactions
-
Apologies for the delay in my reply, weekend got pretty busy This is the output
Also, as far as I can tell these files are still in And additionally here is the output of echo $PATH:
|
Beta Was this translation helpful? Give feedback.
All reactions
-
I think the easiest way would be to run the install script from https://brew.sh/ again and then do |
Beta Was this translation helpful? Give feedback.
All reactions
-
🎉 1
-
Alright, that seems to have somewhat remedied the issue. I won't lie it ended up being rather clunky, and I'd be lying if I said I was entirely confident in what exactly I was doing. But this seems to have restored a majority of the packages I had installed. Thank you for the help! (A copy of how it went/the process)
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Right, I forgot about cask links. Happy to have it somewhat restored though. |
Beta Was this translation helpful? Give feedback.
All reactions
-
for me the following helps:
|
Beta Was this translation helpful? Give feedback.
I think the easiest way would be to run the install script from https://brew.sh/ again and then do
brew link $(brew ls)
to relink all software you have installed.