Stuck on intel #5588
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Fixed it myself. I had to go to /usr/local and delete homebrew folder and the cellar folder for good measure. Shame that the uninstall script doesn't get those. Now I have arm64 in brew config and and ready to go in brew doctor. |
Beta Was this translation helpful? Give feedback.
-
At the bottom of your
Meaning your terminal is running in x86_64 mode, which is why everything is pointing to the Intel default prefix. |
Beta Was this translation helpful? Give feedback.
The uninstall script operates based on the current
arch
, which can be overridden with--path
as recommended at https://github.com/Homebrew/install/blob/master/README.md#uninstall-homebrewAlso see https://docs.brew.sh/Common-Issues#unintentional-dual-homebrew-installations for recommendation on migration from Intel to ARM.