Questions this page should answer fast
- Did brew install into a directory your shell exports?
- Is another package path shadowing the brew binary?
- Did you verify the command in a truly fresh terminal session?
What this page should help you decide
This page should help the reader isolate brew-path exposure, shell profile ordering, and binary shadowing by other package routes.
Fast diagnosis
Brew location
Check whether the package lives under the Homebrew prefix your machine actually uses.
Shell export
Make sure your shell profile exports that Homebrew bin location for the terminal you really use.
Shadowing
Look for an older npm, cargo, or manual binary that still resolves earlier than the brew path.