[root@centos zanhu]# pipenv install -r cookiecutter-django/{{cookiecutter.project_slug}}/requirements/local.txt
Requirements file provided! Importing into Pipfile…
Unexpected syntax in /root/zanhu/cookiecutter-django/{{cookiecutter.project_slug}}/requirements/local.txt. Are you sure this is a requirements.txt style file?
不知道是否是local.txt路径问题。但全局查找下只找到了这个local和隐藏的。
现在卡在这里了。
我看老师再其他问题说,不推荐使用pipenv。
那么能不能麻烦老师列一个virtualenv的requirements.txt文件。