fuhanfeng
V2EX  ›  问与答

mkvirtualenv 安装 django 没有 manage.py 文件

  •  
  •   fuhanfeng · Jan 27, 2015 · 5986 views
    This topic created in 4153 days ago, the information mentioned may be changed or developed.
    (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 replies    2015-01-28 00:26:33 +08:00
    ellipse42
        1
    ellipse42  
       Jan 27, 2015   ❤️ 1
    建议换个教程
    fuhanfeng
        2
    fuhanfeng  
    OP
       Jan 27, 2015
    @ellipse42 有没有osx 上安装django比较新的教程?
    glasslion
        3
    glasslion  
       Jan 27, 2015
    为什么不去看官方文档?
    fuhanfeng
        4
    fuhanfeng  
    OP
       Jan 27, 2015
    @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  
       Jan 27, 2015
    django 就是一个框架,这样就算安装好了啊,接下来就不是安装了。
    https://docs.djangoproject.com/en/1.7/intro/tutorial01/
    fuhanfeng
        6
    fuhanfeng  
    OP
       Jan 27, 2015
    @Jat001 原来这样就算ok了,谢谢!
    passluo
        7
    passluo  
       Jan 28, 2015   ❤️ 1
    英文不好的话,可以看这个。虽然比较老了。
    http://djangobook.py3k.cn/2.0/
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5322 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 133ms · UTC 01:32 · PVG 09:32 · LAX 18:32 · JFK 21:32
    ♥ Do have faith in what you're doing.