yum install mercurial
安装 mercurial包
安装git包
yum install git
安装gcc
yum install gcc
然后就可以下载golang的压缩包了
对于64位Linux: wget wget https://storage.googleapis.com/golang/go1.4.1.linux-amd64.tar.gz
用tar 命令来解压压缩包
tar -zxvf go1.2.linux-amd64.tar.gz
接着我们要添加环境变量
vi /etc/profile
在profile里面添加如下内容
export PATH=$PATH:/usr/local/go/bin
如果你在/usr/local之外的自定义位置中安装了Go,你同样需要设置GOROOT环境变量来指向自定义的安装位置。
export GOROOT=/path/to/custom/location (这个没测试,不确定!因为我在usr/local/下安装的GO)
GOPATH和GOROOT修改为你的路径即可
然后我们刷新环境变量
source /etc/profile
最后我们验证一下是否安装成功
go version
why we only heard about haves and have-nots, but we did'nt heard about doers and doer-nots. 人生是一种心境,生活是一种艺术,成功是一种心态,幸福是一种感觉,竞争是一种建构,情感是一种容合.学习是一种成长.