ARM Brew or x86 Brew? #3223
-
I'm on a 2021 Macbook Pro with the M1 Max chip. How do I know if I am using ARM Brew or x86 Brew? Is there anywhere for me to check this? I installed homebrew via this command: I've been running into all sorts of issues installing packages related to my work and I'm wondering if it is related to the Homebrew that I am using. I was told that Homebrew is distributed in two ways, one that installs arm64 software, one that installs emulated x86 software. Users can run both. How do I know which one I am using? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 9 replies
-
What is the output of |
Beta Was this translation helpful? Give feedback.
-
@carlocab bash-3.2$ brew config looking at the path, rosetta should have been false what exactly is happening?? |
Beta Was this translation helpful? Give feedback.
What is the output of
which -a brew
,brew config
andbrew doctor
?