docs/cli/where.md
mise wheremise where <TOOL@VERSION>src/cli/where.rsDisplay the installation path for a tool
The tool must be installed for this to work.
<TOOL@VERSION> — Tool to look up
e.g.: ruby@3
With "@<PREFIX>", shows the latest installed version matching the prefix.
Otherwise, shows the current, active installed version.-h --help — Print helpShow the latest installed node 20.x Errors if no matching version is installed
mise where node@20
/home/jdx/.local/share/mise/installs/node/20.0.0
Show the install directory of the active node, or of the latest installed version if no config requests node Errors if no matching version is installed
mise where node
/home/jdx/.local/share/mise/installs/node/20.0.0