notes
notes copied to clipboard
mise多语言版本管理
MISE
https://mise.jdx.dev/getting-started.html
安装
brew install mise
shell 激活
echo 'eval "$(mise activate bash)"' >> ~/.bashrc
echo 'eval "$(mise activate zsh)"' >> ~/.zshrc
全局设定 (go举例)
mise use -g [email protected]
mise where go
go version
项目设定 (go举例)
mise use [email protected]
mise where go
go version