美文网首页
CentOS 6.5 安装 Golang 过程记录

CentOS 6.5 安装 Golang 过程记录

作者: penggy | 来源:发表于2018-08-14 15:14 被阅读0次
cd /usr/src
wget https://dl.google.com/go/go1.10.3.linux-amd64.tar.gz
tar -C /usr/local -xzf go1.10.3.linux-amd64.tar.gz
echo 'export PATH=$PATH:/usr/local/go/bin' >> /etc/profile
source /etc/profile

yum groupinstall "Development Tools"

go version

相关文章

网友评论

      本文标题:CentOS 6.5 安装 Golang 过程记录

      本文链接:https://www.haomeiwen.com/subject/hxrvbftx.html