Answers for "brew install not working mac"

9

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
0

brew command not found

eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
Posted by: Guest on September-10-2021

Browse Popular Code Answers by Language