Command not found: django-admin.py

前端 未结 27 1968
被撕碎了的回忆
被撕碎了的回忆 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:41

    If you come across command not found: django-admin.py problem which means you don't installed django frame work. You should install the framework using pip.

    pip install django
    

    After that look at the directory if the related script exist or not.
    Look into C:\Python27\Scriptsfolder to check for django-admin.py exist or not.

提交回复
热议问题