是将以前的设置写进一个文件里去 在执行这个命令?
vim /etc/profile
export GOROOT=/opt/go #设置为go安装的路径export GOPATH=/code/goDemo #默认安装包的路径export PATH=$PATH:$GOROOT/bin:$GOPATH/bin
source /etc/profile