Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

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
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #command #brew
ADD COMMENT
Topic
Name
8+7 =