I have django-admin.py in usr/local/bin and I have tried all the help given on the web to make a symbolic link but it still says django-admin.py: command not found.
I am trying to start of my first project in django :- django-admin.py startproject mysite.
No matter what I do I just keep on getting django-admin.py: command not found.
I am using ubuntu 11.10.
Thanks
PATHlook like? Try typingecho $PATHat the prompt.django-admin.pyis, in fact, in/usr/local/bin? What doeswhich django-admin.pyreturn?