Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

Error: Cannot install in Homebrew on ARM processor in Intel default prefix (/usr/local)!

For what it's worth, before installing Homebrew you will need to install Rosetta2 emulator for the new ARM silicon (M1 chip). I just installed Rosetta2 via terminal using:

/usr/sbin/softwareupdate --install-rosetta --agree-to-license

This will install rosetta2 with no extra button clicks.

After installing Rosetta2 above you can then use the Homebrew cmd and install Homebrew for ARM M1 chip:  arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Once Homebrew for M1 ARM is installed use this Homebrew command to install packages: arch -x86_64 brew install <package>
Comment

Cannot install in Homebrew on ARM processor in Intel default prefix (/usr/local)!

Mac M1 install any package using homebrew command: 
arch -x86_64 brew install <package_name>

https://facebook.com/swdrana
https://github.com/swdrana
Comment

brew Cannot install on Intel processor in ARM default prefix (/opt/homebrew)!

If you moving from M1&M2 to intel 

If you still have access to the M1 Mac:

On the M1 Mac, run brew bundle dump and copy the resulting Brewfile to your Intel Mac
On the Intel Mac
Remove /opt/homebrew
Install brew using the instructions on brew.sh
Run brew bundle install --file /path/to/Brewfile to reinstall packages
If you don't have access to your M1 Mac any longer, run ls /opt/homebrew/Cellar on the new Mac to get a list of installed packages, followed by step 2.1 and 2.2 from above. Then manually install the packages again.
Comment

PREVIOUS NEXT
Code Example
Shell :: git push current project to master 
Shell :: mysql port check ubuntu 
Shell :: git change branch name 
Shell :: create branch with local changes 
Shell :: git view remote url 
Shell :: Clone a specific repository 
Shell :: install uvicorn 
Shell :: tesseract installation in Arch linux 
Shell :: install ext-soap 
Shell :: pipenv an error occurred while installing psycopg2==2.8.4 
Shell :: visual studio code for ubuntu 20.04 
Shell :: give full permission to folder in ubuntu 
Shell :: list directories recursively powershell 
Shell :: source fish config 
Shell :: nextjs init 
Shell :: cmd code for downloading git in windows 
Shell :: installing saas in react application 
Shell :: ssh tunel map background 
Shell :: centos php install 
Shell :: requireNativeComponent: "RNCSafeAreaProvider" was not found in the UIManager. 
Shell :: php 7.4 all extensions 
Shell :: count files linux 
Shell :: unzip tar.gz 
Shell :: tsc init 
Shell :: ssh-keygen 
Shell :: show saved wifi password windows 11 
Shell :: how to install ansible in debian 
Shell :: nohup set output file 
Shell :: snap store fedora 
Shell :: install kivy pip 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =