Command not found: django-admin.py

前端 未结 27 1871
被撕碎了的回忆
被撕碎了的回忆 2020-12-03 02:40

I am a complete beginner to Python/Django, but I want to dive right in and start experimenting. Thus I was following this guide on installing Python/Django http://devcenter.

27条回答
  •  遥遥无期
    2020-12-03 03:42

    I was just having the same problem, I just did an upgrade and that's it, it worked, I hope this is useful for future problems in Linux:

    pip install --upgrade django
    

提交回复
热议问题