🧠 Second Brain
Search
MacOS arch type i386 Rosetta
Install Rosetta on MacOS:
softwareupdate --install-rosetta --agree-to-license
To test:
- Click to Open the Terminal, type
arch
to verify it saysi386
orx86_64
(?) now.- on M1 Apple silicon it says
arm64
- on M1 Apple silicon it says
Switch zsh to arm64 manually
|
|
I added this to alias to easily switch:
|
|
Good read M1 Mac — How to switch the Terminal between x86_64 and arm64.
# activate Rosetta on any app
Right-click any app > Get Info > Enable Open using Rosetta
For the terminal, check the above arch
type to be correct.
Origin:
homebrew - On Apple M1 with Rosetta, how to open entire Terminal / iTerm in x86_64 architecture? - Ask Different
References:
Created 2022-11-23