1.打开终端,输入
cd ~
- 输入
ls -all
查看是否有 .bash_profile 文件存在 。(如果没有,请看2-1)
输入命令
open -e .bash_profile
2-1. 输入命令
touch .bash_profile
open -e .bash_profile
填入以下内容
export GOPATH=/Users/caodong/Desktop/gopath`
export GOBIN=$GOPATH/bin
export PATH=$PATH:$GOBIN
export GOROOT=/usr/local/go
注: GOROOT 为 go 软件下载的位置
网友评论