I installed django framework and going through the documentation I was instructed to run the django-admin.py but threw an error:
Command not found
I was Instructed in the documentation to try symlinking to django-admin.py from some place on my path such as
/usr/local/bin
which has left me totally confused because I'm kind of new to linux