Install Homebrew Mac M1

[Solved] Install Homebrew Mac M1 | Erlang - Code Explorer | yomemimo.com
Question : download brew mac m1

Answered by : magzhan-zhumaly

{"tags":[{"tag":"textarea","content":"\/bin\/bash -c \"$(curl -fsSL https:\/\/raw.githubusercontent.com\/Homebrew\/install\/HEAD\/install.sh)\"","code_language":"whatever"}]}

Source : https://stackoverflow.com/questions/66666134/how-to-install-homebrew-on-m1-mac | Last Update : Mon, 03 Apr 23

Question : install homebrew mac m1

Answered by : mitchaloha

To install Homebrew on a mac with M1 chip you have to open the terminal
using Rosetta (right click on the Terminal icon and check the
"open using Rosetta" option) then run
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Source : https://lakshmanbasnet.com/how-to/solve-homebrew-not-supported-on-arm-processors/ | Last Update : Sat, 13 Nov 21

Question : install brew m1 mac

Answered by : adwaith-manish

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Source : https://brew.sh/ | Last Update : Sun, 06 Dec 20

Question : install brew on mac m1

Answered by : dineth-s

export PATH=/opt/homebrew/bin:$PATH

Source : | Last Update : Sun, 10 Jul 22

Question : install homebrew mac m1

Answered by : aggressive-ant-17m6nzj1h5px

touch ~/.zshrc

Source : https://stackoverflow.com/questions/38835931/react-native-adb-reverse-enoent | Last Update : Fri, 22 Oct 21

Answers related to install homebrew mac m1

Code Explorer Popular Question For Erlang