mkvirtualenv 安装 django 没有 manage.py 文件

2015-01-27 21:41:52 +08:00
 fu82581983
(hello)➜  hello  pip install django
Requirement already satisfied (use --upgrade to upgrade): django in /Users/michael/.virtualenvs/hello/lib/python2.7/site-packages
(hello)➜  hello  python manage.py hello
python: can't open file 'manage.py': [Errno 2] No such file or directory
(hello)➜  hello

http://aaronpresley.com/setting-django-mac-os-x-10-9/ 照着这篇文章,到了python manage.py hello卡主了,当前目录没有manage.py,怎么执行呢?

5408 次点击
所在节点    问与答
7 条回复
ellipse42
2015-01-27 22:17:46 +08:00
建议换个教程
fu82581983
2015-01-27 22:20:13 +08:00
@ellipse42 有没有osx 上安装django比较新的教程?
glasslion
2015-01-27 22:47:01 +08:00
为什么不去看官方文档?
fu82581983
2015-01-27 23:04:01 +08:00
@glasslion 看了啊
https://docs.djangoproject.com/en/1.7/topics/install/#installing-official-release

If you’re using Linux, Mac OS X or some other flavor of Unix, enter the command sudo pip install Django at the shell prompt. If you’re using Windows, start a command shell with administrator privileges and run the command pip install Django. This will install Django in your Python installation’s site-packages directory.

If you’re using a virtualenv, you don’t need sudo or administrator privileges, and this will install Django in the virtualenv’s site-packages directory.

然后我不知道接下来怎么搞了
Jat001
2015-01-27 23:10:52 +08:00
django 就是一个框架,这样就算安装好了啊,接下来就不是安装了。
https://docs.djangoproject.com/en/1.7/intro/tutorial01/
fu82581983
2015-01-27 23:15:50 +08:00
@Jat001 原来这样就算ok了,谢谢!
passluo
2015-01-28 00:26:33 +08:00
英文不好的话,可以看这个。虽然比较老了。
http://djangobook.py3k.cn/2.0/

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/165982

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX