Homebrew/brew.sh

zsh: command not found: brew

olegKusov opened this issue · 1 comments

image

I installed homebrew on macOS with this command and it shows that brew not found.

Please, add additional steps to installation guide on homepage.

There is "NEXT STEPS shown on command line, it should show something like this

==> Next steps:

  • Add Homebrew to your PATH in /Users/$USER/.zprofile:
    echo 'eval $(/opt/homebrew/bin/brew shellenv)' >> /Users/$USER/.zprofile
    eval $(/opt/homebrew/bin/brew shellenv)

" (https://stackoverflow.com/questions/36657321/after-installing-homebrew-i-get-zsh-command-not-found-brew).

The problem is that users don't read command line. I clear my command line after installation immediately

The problem is that users don't read command line.

This is a user problem not a Homebrew one.