我无法正确安装Go

时间:2019-05-10 10:32:59

标签: go

我下载了MSI安装程序。然后在bin中,我进入了godoc和gofmt,我不知道我必须使用三个。另外,当我单击“转到”时,很难打开黑屏,并且当我尝试键入一些数字时,屏幕会突然关闭

I'm trying to install this:
mkdir -p $GOPATH/src/github.com/cosmos
cd $GOPATH/src/github.com/cosmos
git clone https://github.com/cosmos/cosmos-sdk
cd cosmos-sdk && git checkout master
make tools install

第一部分已使用MSI安装程序完成,我没有按此处的要求设置任何环境变量,例如“记住设置您的$ GOPATH,$ GOBIN和$ PATH环境变量”:

mkdir -p $HOME/go/bin
echo "export GOPATH=$HOME/go" >> ~/.bash_profile
echo "export GOBIN=\$GOPATH/bin" >> ~/.bash_profile
echo "export PATH=\$PATH:\$GOBIN" >> ~/.bash_profile
source ~/.bash_profile

0 个答案:

没有答案