
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 ~/.zshrc
Add 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
-
Have Questions? Post them here!
More Posts related to MacOS,
- How to Open Finder using Mac Terminal
- How to install maven in macOS using Terminal Command
- How to install iTerm2 Mac Terminal Alternative
- Find Mac version using terminal command
- Zsh Shell: Custom alias that you may find useful
- How to Uninstall Brew on Mac
- Go to Specific file path using Mac Finder
- How to open new tabs macOS Terminal
- fix macOS: The digital signature on the update is missing or invalid. Ventura
- ls: .: Operation not permitted - Mac Terminal ZSH Error
- Closest Alternate to Notepad on Mac
- How to Open Trash on Mac
- How to uninstall Microsoft Outlook on Mac
- [fix] macOS Ventura xcrun: error: invalid active developer path missing xcrun at: /Library/Developer/CommandLineTools/usr/bin/xcrun
- [Vi/Vim] How to move cursor to the start of a line
- macOS 13 Ventura - The New About this Mac Window
- Best Free Gif screen capture app now available for M1 Chip Mac - LICECap
- 30+ Zoom video communications application shortcuts for macOS
- How to create alias in macOS
- How to install Node using Brew on Mac
- How to start/boot macOS in safe mode - Big Sur 11.0, Catalina 10.15, or Mojave 10.14
- Cant find System Preferences... under macOS Ventura Apple Menu?
- Mac turn dark mode on or off using terminal command
- How to Close Safari in Mac using Keyboard shortcut
- How to Upgrade Mac from Monterey to macOS Ventura
More Posts:
- Java Check Leap Year - Programs with Code Examples - Java
- Find Java JRE Installation location Mac OS X - Mac-OS-X
- [Solved] SharePoint Search Internal server error exception - SharePoint
- zsh: exec format error eclipse M1 Mac - zsh
- How to check installed docker version command - Docker
- [Solution] Error: brew cask is no longer a brew command - MacOS
- Android : No Launcher activity found! Error - Android
- Installing and using unzip Command to unzip a zip file using Terminal - Linux