标签:path oca exp href 环境 bin google get $path
参考官网流程: https://golang.google.cn/doc/install
wget https://golang.google.cn/dl/go1.15.7.linux-amd64.tar.gz
tar -C /usr/local -zxvf go1.15.7.linux-amd64.tar.gz
echo "export PATH=$PATH:/usr/local/go/bin" >> /etc/profile
source /etc/profile
标签:path oca exp href 环境 bin google get $path
原文地址:https://www.cnblogs.com/joukosusi/p/14320518.html