遇到這個問題通常是在環境變量中設置了 GOBIN 能夠打開 /etc/profile 把這個變量註釋掉就,執行 source /etc/profile生效便可一樣安裝完成以後須要在環境變量中追加bee的路徑linux
export PATH=$GOPATH/bin:$PATH
從新生成配置git
source /etc/profile
可能遇到的問題:添加以後執行bee不成功。
查看bee的所在路徑 :github
echo $GOPATH //獲取GOPATH的路徑 本人是在/data/www/go: find /home/chun/go -name "bee" //查找目錄的含bee的文件夾
輸出:spa
/data/www/go/bin/linux_386/bee /data/www/go/src/github.com/beego/bee /data/www/go/pkg/linux_386/github.com/beego/bee
這裏能夠看到個人linux系統上bee的安裝路徑和正常不同,在linux_386下面,接下來只需把/home/chun/go/bin/linux_386添加到環境變量就ok了。code
export PATH=$GOPATH/bin/linux_386:$PATH source /etc/profile
cd $GOPATH unset GOBIN
做者:子恆|haley
出處: http://www.cnblogs.com/mylly/
交流溝通:QQ羣866437035