-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
MISE
https://mise.jdx.dev/getting-started.html
安装
brew install miseshell 激活
echo 'eval "$(mise activate bash)"' >> ~/.bashrc
echo 'eval "$(mise activate zsh)"' >> ~/.zshrc全局设定 (go举例)
mise use -g go@1.23.6
mise where go
go version项目设定 (go举例)
mise use go@1.23.6
mise where go
go version