## MISE https://mise.jdx.dev/getting-started.html ### 安装 ```shell brew install mise ``` ### shell 激活 ```shell echo 'eval "$(mise activate bash)"' >> ~/.bashrc echo 'eval "$(mise activate zsh)"' >> ~/.zshrc ``` ### 全局设定 (go举例) ```shell mise use -g go@1.23.6 mise where go go version ``` ### 项目设定 (go举例) ```shell mise use go@1.23.6 mise where go go version ```
MISE
https://mise.jdx.dev/getting-started.html
安装
shell 激活
全局设定 (go举例)
项目设定 (go举例)