linuxgo语言运行 linux golang( 三 )


apt-get
Ubuntu是目前使用最多的Linux桌面系统,使用apt-get命令来管理软件包,我们可以通过下面的命令来安装Go , 为了以后方便,应该把
git mercurial 也安装上:
sudo apt-get install python-software-properties
sudo add-apt-repository ppa:gophers/go
sudo apt-get update
sudo apt-get install golang-stable git-core mercurial
homebrew
homebrew是Mac系统下面目前使用最多的管理软件的工具,目前已支持Go,可以通过命令直接安装Go,为了以后方便 , 应该把
git mercurial 也安装上:
brew updatebrew upgrade
brew install go
brew install git
brew install mercurial
linux支持go直接运行吗Go语言在Centos下的安装: 注意,以下命令需要以root身份,或者sudo运行 。说明,如果要自定义安装位置的话,需要配置GOROOT环境变量,所以这里我们采用默认的目录进行安装,就可以不配置GOROOT环境变量了 。首先去下载go的安装包,这里用的...
linuxgo语言运行的介绍就聊到这里吧,感谢你花时间阅读本站内容,更多关于linux golang、linuxgo语言运行的信息别忘了在本站进行查找喔 。

推荐阅读