$tar xvf go1.3.3.linux-amd64.tar.gz
$mv go /usr/local/
$vim /etc/profile
export GOROOT=/usr/local/go export PATH=$PATH:$GOROOT/bin
$source /etc/profile
至此,go安装完毕。
如需更详细的安装步骤,请联系我。
$tar xvf go1.3.3.linux-amd64.tar.gz
$mv go /usr/local/
$vim /etc/profile
export GOROOT=/usr/local/go export PATH=$PATH:$GOROOT/bin
$source /etc/profile
至此,go安装完毕。
如需更详细的安装步骤,请联系我。