Answers for "zsh: command not found - brew on linux"

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
20

zsh: command not found: brew

/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 "zsh: command not found - brew on linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language