当前位置:主页 > 脚本语言 > Golang >

go语言环境搭建简述

时间:2021-10-30 10:32:49 | 栏目:Golang | 点击:

$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安装完毕。

如需更详细的安装步骤,请联系我。

您可能感兴趣的文章:

相关文章