upleveled / system-setup

Set up a PERN development environment on Windows, macOS and Linux
28 stars 19 forks source link

Add step to verify Homebrew installation to avoid "command not found" error #40

Open karlhorky opened 1 year ago

karlhorky commented 1 year ago

Running brew install ... directly after the Homebrew installation (without running the echo lines mentioned in the instructions) causes the following error message:

$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

...

$ brew install flyctl git node@18 python
zsh: command not found: brew
Screenshot 2023-08-29 at 20 59 14

Let's research why this happens and make changes to avoid it happening: