Install Homebrew
You'll want Homebrew installed for both arm64 and x86 (rosetta) architectures, so that you can run ruby and other things in both environments, when needed.
Install Homebrew on arch64
Before opening terminal, get info on the Terminal app (finder > applications > utilities > terminal > get info) and uncheck Rosetta mode.
Open terminal
See instructions from homebrew's site
Now run
brew -v
and you should see the current version number.You can also confirm that homebrew is now installed at this location:
Macitosh HD > opt
> homebrew
Install Homebrew on x86
Before opening terminal, get info on the Terminal app (finder > applications > utilities > terminal > get info) and CHECK Rosetta mode.
Open terminal
See instructions from homebrew's site
Now run
brew -v
and you should see the current version number.You can also confirm that homebrew is now installed at this location:
Macitosh HD > usr
> local
> bin
> brew
Last updated