cd ~
1. vim .bash_profile
2. 按 i
3.
export GOROOT=/usr/local/go
export GOPATH=/Applications/go
export PATH=$PATH:${GOPATH//://bin:}/bin
4. 按esc
5. 在输入 :
6. wq! 强制保存
7. 在输入 :source ~/.bash_profile
如果设置失败:(如又恢复了go安装默认)
在输入
.bash_profile末尾加上了一段代码:
[[ -s "/Users/ryan/.gvm/scripts/gvm" ]] && source "/Users/ryan/.gvm/scripts/gvm"
最后在
rm -rf ~/.gvm
有疑问加站长微信联系(非本文作者)