Answers for "command not found: brew macos"

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

Code answers related to "command not found: brew macos"

Browse Popular Code Answers by Language