0

i am using django 1.9.7 and python 2.7.12 and have all the packages installed for django and python using pip install django and pip install virtualenv. Even if i do pip freeze it gives me the list of these things installed but if i execute django-admin.py it says command not found.

1 Answers1

0

If you are using Ubuntu use django-admin not django-admin.py

Command not found: django-admin.py

Community
  • 1
  • 1
Alastair
  • 545
  • 1
  • 8
  • 19