// 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