If you don't have rosetta installed:
softwareupdate --install-rosetta
Install homebrew x86_64 :
arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Highly suggested to modify .zshrc
to include :
alias ibrew='arch -x86_64 /usr/local/bin/brew'
alias mbrew='arch -arm64e /opt/homebrew/bin/brew'
Going forward if needed to install x86_64 based module, use:
ibrew install pypy3
Top comments (0)