MerchantryTidbits

deploy-infra / pattern

path-which-binary

Capability: path-which-binary

Use it when

  • resolve which binary is on PATH for agents
  • detect install path confusion for CLI tools

What it solves

Not the fit when

  • OS packaging bugs

Install

n/a, shell: which -a, echo $PATH, hash -r

Invoke

Install OK but missing in terminal → which -a tool → fix PATH → project vs global → restart shell.

Alternatives

No reviewed alternatives recorded yet.