我正在尝试使用我的 python django 应用程序安装 mongodb_engine,但是我收到了这个错误
Cannot find command 'git'
我正在从 mongodb 文档中尝试这个命令。http://django-mongodb-engine.readthedocs.org/en/latest/topics/setup.html
pip install git+https://github.com/django-nonrel/django@nonrel-1.5
我相信这里的 git 会导致问题,因为项目存储在 git repo 中。有没有办法安装 git 来运行这个 pip 命令?我尝试了多个来源,但无法使其正常工作。