1.下载go语言安装包
http://go.googlecode.com/files/go1.0.3.linux-386.tar.gz
2.解压安装包
tar -xzvf go1.0.3.linux-386.tar.gz
3.设置环境变量
在/etc/profile 中加入下列设置
export GOROOT=/usr/local/go export PATH=$GOROOT/bin:$PATH
4.
source /etc/profile
版权声明:本文为博主原创文章,未经博主允许不得转载。
有疑问加站长微信联系(非本文作者)