linux设置环境变量GOPATH
程序员文章站
2022-03-03 20:45:37
...
vim /etc/profile
export GOROOT=/usr/local/go #设置为go安装的路径,有些安装包会自动设置默认的goroot
export GOPATH=$HOME/gocode #默认安装包的路径
export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
source /etc/profile
上一篇: flash怎么制作3d按钮? flash按钮制作教程
下一篇: Qt知识总结归类