zsh under MacOS uses the x86_64 binary #5497
-
Output of
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
What's the output of Check your PATH, you almost certainly have |
Beta Was this translation helpful? Give feedback.
What's the output of
which brew
? I'm betting you get/usr/local/bin/brew
, which conflicts with all the Homebrew environment variables that were set up witheval "$(/opt/homebrew/bin/brew shellenv)"
in your shell startup.Check your PATH, you almost certainly have
/usr/local/bin
before/opt/homebrew/bin
, likely because you added it after thebrew shellenv
line in your shell startup file.