
If you have an ARM-based M1 or M2 Apple Silicon Mac and want to install Brew (homebrew) follow the below steps,
- Open Terminal App,
- Now run the script:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"Source: https://github.com/homebrew/install#uninstall-homebrew
- Now open .zshrc profile file to set brew PATH permanently,
nano ~/.zshrcAdd this line to the file export PATH=/opt/homebrew/bin:$PATH
- Now reload your shell: source ~/.zshrc
- Try running brew version command to see if got installed correctly.
% brew --version
Homebrew 3.5.10
Homebrew/homebrew-core (git revision ccafaef56d8; last commit 2022-09-04)
If the path is not set correctly or brew is not installed properly you will get an error like,
brew --version
zsh: command not found brew
Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!