Questions this page should answer fast
- Which installer actually owns the current binary?
- Does the shell you are testing in read the right PATH entries?
- Are you debugging a missing binary or only a missing shell exposure problem?
What this page should help you decide
This page should help the reader distinguish between package-manager ownership, shell path visibility, and stale terminal-session state.
Fast diagnosis
Install owner
Work out whether npm, cargo, Homebrew, or a release binary is supposed to own the command.
Shell visibility
Check whether the directory that should contain `codewhale` is actually exported in the shell profile you are using now.
Session freshness
Some path fixes only appear after a new shell or a full terminal restart, so confirm whether you are testing in a stale session.