djangoを初めてインストールし、http://net.tutsplus.com/tutorials/python-tutorials/python-from-scratch-creating-a-dynamic-website/を介して作業しようとしています。
Django-1.4.3をダウンロードしました。これが私のGit-Bashディレクトリです
$ 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
チュートリアルによると、私は実行する必要があります:
cd Django-1.4.3
python setup.py install
後者を行うと、次のようになります。
$ python setup.py install
sh.exe": python: command not found
このコマンドを実行できるようにするには、Pythonをどこに配置する必要がありますか?