我正在学习Flask的这个教程:https://devcenter.heroku.com/articles/python#specify-dependencies-with-pip
当我到达执行'foreman start‘的the part时,我收到:'foreman未被识别为内部或外部命令、可操作程序或批处理文件。’
我能得到一些帮助来解决这个问题吗?
谢谢!
另外,我使用的是windows7。
发布于 2013-10-18 04:57:25
老问题,但我遇到了同样的问题。
需要运行:gem install foreman
https://stackoverflow.com/questions/17620962
复制相似问题