V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
V2EX 提问指南
fu82581983
V2EX  ›  问与答

mkvirtualenv 安装 django 没有 manage.py 文件

  •  
  •   fu82581983 · 2015-01-27 21:41:52 +08:00 · 5317 次点击
    这是一个创建于 3383 天前的主题,其中的信息可能已经有所发展或是发生改变。
    (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,怎么执行呢?

    7 条回复    2015-01-28 00:26:33 +08:00
    ellipse42
        1
    ellipse42  
       2015-01-27 22:17:46 +08:00   ❤️ 1
    建议换个教程
    fu82581983
        2
    fu82581983  
    OP
       2015-01-27 22:20:13 +08:00
    @ellipse42 有没有osx 上安装django比较新的教程?
    glasslion
        3
    glasslion  
       2015-01-27 22:47:01 +08:00
    为什么不去看官方文档?
    fu82581983
        4
    fu82581983  
    OP
       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
        5
    Jat001  
       2015-01-27 23:10:52 +08:00
    django 就是一个框架,这样就算安装好了啊,接下来就不是安装了。
    https://docs.djangoproject.com/en/1.7/intro/tutorial01/
    fu82581983
        6
    fu82581983  
    OP
       2015-01-27 23:15:50 +08:00
    @Jat001 原来这样就算ok了,谢谢!
    passluo
        7
    passluo  
       2015-01-28 00:26:33 +08:00   ❤️ 1
    英文不好的话,可以看这个。虽然比较老了。
    http://djangobook.py3k.cn/2.0/
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   803 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 25ms · UTC 19:45 · PVG 03:45 · LAX 12:45 · JFK 15:45
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.