【发布时间】:2018-06-08 21:45:55
【问题描述】:
我是 python 和 Frappe 框架的新手。我按照以下链接中提供的步骤在我的 Mac OS Sierra 上安装 Frappe 框架。
在成功安装 Python、MariaDB、Node JS、Redis 和 wkhtmltopdf(带有补丁的 qt)后,我创建了名为“FrappeSample”的新文件夹并在其中运行以下命令:
git clone https://github.com/frappe/bench bench-repo
pip install --user -e bench-repo
现在当我尝试运行以下命令来安装 frappe bench
bench init frappe-bench && cd frappe-bench
我收到错误消息:
-bash: bench: 找不到命令
谁能指导我做错了什么,或者是否需要任何额外的配置,但文档中没有正确提及?
【问题讨论】:
-
Qt 与您的问题有什么关系?
-
我收到同样的信息
标签: python git bash installation pip