Skip to content

mise多语言版本管理 #126

@lanlin

Description

@lanlin

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 go@1.23.6
mise where go
go version

项目设定 (go举例)

mise use go@1.23.6
mise where go
go version

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions