mise where
- Usage:
mise where <TOOL@VERSION> - Effect: read-only
- Source code:
src/cli/where.rs
Display the installation path for a tool
The tool must be installed for this to work.
Arguments
<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.
Flags
-h --help— Print help
Examples
Show 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.0Show 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