gvm

gvm #

moovweb/gvm Github stars Language Last Tag Last commit

安装:

zsh < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)

mac m1 #

mac m1 使用 gvm 安装 arm64 版本的 go

file ~/.gvm/gos/go1.16.15/bin/go
~/.gvm/gos/go1.16.15/bin/go: Mach-O 64-bit executable arm64

参考:https://github.com/moovweb/gvm/issues/406


RROR: Couldn't remove pkgsets #

gvm use go1.11.1
go clean -modcache
gvm use go1.11.4
gvm uninstall go1.11.1

也可以手动删除

rm -rf ~/.gvm/pkgsets/go1.11.1
gvm uninstall go1.11.1

参考:


本文访问量

本站总访问量

本站总访客数