Answers for "brew command not found after install"

2

brew not found

cd /opt/homebrew/bin/

PATH=$PATH:/opt/homebrew/bin

cd

touch .zshrc

echo export PATH=$PATH:/opt/homebrew/bin >> .zshrc

source: stackoverflow
Posted by: Guest on August-04-2021
11

brew not found

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Posted by: Guest on November-29-2020

Code answers related to "brew command not found after install"

Browse Popular Code Answers by Language