【发布时间】:2015-04-29 06:35:47
【问题描述】:
我一直在尝试将 django-cms 安装到 Ubuntu 上的虚拟环境中。我完全按照文档 (http://django-cms.readthedocs.org/en/support-3.0.x/introduction/install_from_scratch.html) 中的安装说明进行操作,但是在执行以下命令后我一直收到错误消息。
djangocms -p . mysite
错误:
Path '.' already exists and is not empty, please choose a different one
If you want to use this path anyway use the -s flag to skip this check.
这是什么意思,我该如何解决?
【问题讨论】:
标签: python django ubuntu pip django-cms