Answers for "sh: command not found: brew"

2

zsh: command not found: brew

echo 'export PATH="/usr/local/bin:$PATH"' >> ~/.bash_profile
source ~/.bash_profile
Posted by: Guest on May-31-2021

Browse Popular Code Answers by Language