ubuntu 上的 Django 本地安装
我正在尝试在 ubuntu 上本地安装 django,但无法让它识别 admin-django.py。我执行了 subversion checkout,将 django 目录移至 python 路径,然后创建了 django-admin.py 的符号链接。我可以从 python 解释器中导入 django 但无法运行 django-admin.py startproject mysite
有什么想法我可能会错过吗?
I am trying to install django locally on ubuntu but cannot get it to recognize admin-django.py. I performed the subversion checkout, moved the django directory on to the python path and then created a symlink to django-admin.py. I can import django from within the python interpreter but cannot run
django-admin.py startproject mysite
Any ideas what I could be missing?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可能需要提供 django-admin.py 的完整路径。向我们提供错误消息会有所帮助。
如果您的符号链接位于当前目录中(您没有说),那么:
应该可以工作。否则其
You probably need to give the full path to django-admin.py. Giving us the error message would help.
If your symlink is in the current directory (you don't say) then:
should work. Otherwise its
确保 django-admin.py 文件可执行:
Make sure that the django-admin.py file is executable: