Open pawonfire opened 8 years ago
Hi, what operating system are you using?
Ubuntu MATE 15.10
Hmm.. I'll have to look into why this is case...
Following up (four months later, whoops) - on my setup, django-admin and django-admin.py both work. Maybe I will just add a small note saying if one doesn't work, try the other. I've had a look online and can't see a decent explanation for why this happens - maybe it's a paths issue or something.
I'll leave this open - if anyone wants to add their comments to this.
In section 3.2 on page 16, it lists this to start the first project: $ django-admin.py startproject tango_with_django_project
I had to do this (remove the .py extension): $ django-admin startproject tango_with_django_project
I am using python 3.4.3 and django 1.9.6. I under stand this is not 2.7.10, but in the previous section, it says python 3.4+ should work fine.