bee: command not found问题解决之道

Posted Meike

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了bee: command not found问题解决之道相关的知识,希望对你有一定的参考价值。

$ bee bash: bee: command not found

遇到这个错误的时候,我希望您是所有环境全部安装好的情况下遇到的,
如果你的环境没有安装好请参考 beego环境搭建
http://blog.csdn.net/qq_534019165/article/details/48288133

1、不能识别bee命令,手动配置GOPATH,GOROOT在安装go的过程中会自动添加:
GOROOT即go编译器的安装目录
path:添加go编译器安装目录下的bin目录放入
2、git工具已经安装,能够使用命令行,安装git的时候会自动把gopath路径下的bin加到path中,下载beego,
3、打开gitbash,输入 go get github.com/astaxie/beego 。稍等片刻即可在GOPATH的src目录下看到有/github.com/astaxie/beego目录。
4、在gitbash中输入 go get github.com/beego/bee 。稍等片刻即可在GOPATH的src目录下看到有/github.com/beego/bee目录,,同时有很多依赖包被下载添加到/github.com目录下。

5、在任意目录下输入bee

如果还是 bee bash: bee: command not found 请你把GOPATH/bin下的bee.exe 拷贝到 GOROOT/bin里面,也就是你的go语言环境变量的bin里面,然后运行 bee


然后拷贝到goroot/bin

运行

如果你命令失败,你就去看你是否配置了环境变量
原文:https://blog.csdn.net/easternunbeaten/article/details/71157269

以上是关于bee: command not found问题解决之道的主要内容,如果未能解决你的问题,请参考以下文章

beego安装后 bee new 时报错"bee: command not found"

问题解决:chkconfig: command not found

Centos出现-bash: unzip: command not found的解决办法

解决Centos 7不能联网且输入ifconfig出现command not found

解决-bash: mysql: command not found和-bash: mysqldump: command not found报错问题

一次bash: docker: command not found bash: yum: command not found的解决