
If you have brew installed on your device and yet you get an error saying command not found brew, then probably you have not set the brew to the PATH variable.
How to add brew to PATH on M1/M2 Mac
- Open Terminal App,
- Open .zshrc file located under your user root directory,
% nano ~/.zshrc - Add the below line PATH=$PATH:/opt/homebrew/bin
- Save the file: Contol + X followed by Y to save
- Now run source ~/.zshrc
- You have permanently set brew to PATH environment variable.
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!