I am trying to install django for the first time and trying to work through http://net.tutsplus.com/tutorials/python-tutorials/python-from-scratch-creating-a-dynamic-website/.
I have downloaded Django-1.4.3. here is my Git-Bash directory
$ ls
Django-1.4.3 ReleaseNotes.rtf doc git-cheetah libexec
Git Bash.vbs bin etc git-cmd.bat share
README.portable cmd git-bash.bat lib ssl
according to the tutorial I have to execute:
cd Django-1.4.3
python setup.py install
when I do the latter I get:
$ python setup.py install
sh.exe": python: command not found
where do I need to put python to allow it to execute this command?