安装GVM(当然也可选择其他方式)
bash < <(curl -s -S -L
输入gvm
root@ubuntu:/home/xg/AntlinkerCampus# gvm
Could not find binutils
linux: apt-get install binutils
Could not find bison
linux: apt-get install bison
Could not find gcc
linux: apt-get install gcc
Could not find make
linux: apt-get install make
ERROR: Missing requirements.
根据提示安装吧。
安装完成。
gvm install go1.8
gvm use go1.8 --default
扑街:
- ERROR: Couldn't download Go source. Check the logs /root/.gvm/logs/go-download.log
写在最后:需要代理……