Answers for "macos zsh brew not found"

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

Code answers related to "macos zsh brew not found"

Browse Popular Code Answers by Language