Linux command
mise 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Install tool
mise install [node@20]
Use tool version
mise use [node@20]
List installed
mise list
Set global version
mise use -g [python@3.11]
Run with tool
mise exec [node@18] -- node [script.js]
Activate shell
eval "$(mise activate bash)"
说明
mise manages development tool versions. It's a polyglot runtime manager (successor to rtx). The tool handles Node.js, Python, Ruby, and more. Compatible with asdf plugins.
参数
- install _TOOL_
- Install tool version.
- use _TOOL_
- Set tool version.
- list
- List installed versions.
- exec
- Run with specified version.
- activate
- Shell activation.
- --help
- Display help information.
FAQ
What is the mise command used for?
mise manages development tool versions. It's a polyglot runtime manager (successor to rtx). The tool handles Node.js, Python, Ruby, and more. Compatible with asdf plugins.
How do I run a basic mise example?
Run `mise install [node@20]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does install _TOOL_ do in mise?
Install tool version.