Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
2 tasks
karlhorky opened this issue Aug 29, 2023 · 0 comments
Open
2 tasks
Assignees

Comments

@karlhorky
Copy link
Member

karlhorky commented Aug 29, 2023

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:

  • Research when and why this occurs (maybe there are other scenarios than the one described above)
  • Add a step (or instruction as part of an existing step) to the macOS guide to check for successful Homebrew installation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants