Answers for "mac brew zsh: command not found: docker"

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
0

zsh: command not found: brew

// check if brew is there with the following command:
brew help

// if there is no output, do the following:
open ~/.zshrc
// add the following to the file:
export PATH=/opt/homebrew/bin:$PATH
Posted by: Guest on October-12-2021

Code answers related to "mac brew zsh: command not found: docker"

Browse Popular Code Answers by Language