How to Install Homebrew on Mac OS

preview_player
Показать описание
In this video you will learn how to install Homebrew on Mac OS. NOTE: if you are using a Mac M1 Processor, please install iTerm, and then run iTerm in Rosetta mode in order to follow this tutorial.

These are the steps to install homebrew on Mac OS:
2. Open your terminal. If using an M1 or M2, install iTerm and open in Rosetta mode.
3. You can now install via brew install package-name
4. If your system doesn't recognize the "brew" command. Try restarting your terminal first. If this doesn't work, add brew to path via:
Get path to brew with command: which brew
Open .bash_profile with command: nano ~/.bash_profile
Add the path: export PATH="PATH_TO_BREW/bin:$PATH"
Close the editor and restart your terminal.

If you have any questions, leave a comment down below. Thanks for watching!
Рекомендации по теме
Комментарии
Автор

I followed your directions and it still says command not found when I type brew

detroitplayboi
Автор

Can you make a video on creating a c project with a main, a c file and a header file and using a make file in VS code aswell ? The make file is what I don’t understand on my Mac

pilarrodriguez
Автор

curl (35) error:1407742E:SSL alert protocol version

pasticcinu