mac go golang 版本 更新 升级
$ go versiongo version go1.13.4 darwin/amd64$ rm -rf /usr/local/go$ brew uninstall goError: Refusing to uninstall /usr/local/Cellar/go/1.13.4because it is required by dep, which is currently in...
$ go version
go version go1.13.4 darwin/amd64
$ rm -rf /usr/local/go
$ brew uninstall go
Error: Refusing to uninstall /usr/local/Cellar/go/1.13.4
because it is required by dep, which is currently installed.
You can override this and force removal with:
brew uninstall --ignore-dependencies go
$ brew uninstall --ignore-dependencies go
Uninstalling /usr/local/Cellar/go/1.13.4... (9,271 files, 414MB)
$ go version
-bash: /usr/local/bin/go: No such file or directory
官网下载安装包安装即可
Downloads - The Go Programming Language
$ go version
go version go1.14.2 darwin/amd64
goland goroot is not defined
Goland GOROOT 出现 “The selected directory is not a valid home for Go Sdk“ 问题解决_wangfy_的博客-CSDN博客
魔乐社区(Modelers.cn) 是一个中立、公益的人工智能社区,提供人工智能工具、模型、数据的托管、展示与应用协同服务,为人工智能开发及爱好者搭建开放的学习交流平台。社区通过理事会方式运作,由全产业链共同建设、共同运营、共同享有,推动国产AI生态繁荣发展。
更多推荐



所有评论(0)