Skip to content

Warning: /opt/homebrew/bin is not in PATH during Homebrew Installation #838

@issamelferkh

Description

@issamelferkh

What you were trying to do (and why)

Trying to install Homebrew on a Mac with an M2 chip. I wanted to use Homebrew to manage packages and utilities on my Mac.

What happened (include command output)

When trying to install Homebrew, I encountered the following warning message:

Warning: /opt/homebrew/bin is not in your PATH.

~ % brew  
zsh: command not found: brew

To resolve this issue, I manually added export PATH=/opt/homebrew/bin:$PATH to my ~/.zshrc file:

What you expected to happen

I expected Homebrew to be installed successfully without any warnings or errors.

Step-by-step reproduction instructions (by running brew commands)

  1. Attempt to install Homebrew on a Mac with an M2 chip.
  2. Encounter the warning message: Warning: /opt/homebrew/bin is not in your PATH.
  3. Receive the error message: zsh: command not found: brew.
  4. Manually add export PATH=/opt/homebrew/bin:$PATH to ~/.zshrc to resolve the issue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions