2

I am new to django. I have downloaded the django-admin-tools and extraced it then I put it in the location "C:\Python27". Then I entered into the location "C:\Python27\django-admin-tools-0.5.1" and type the command

python setup.py install

but the error is

'python' is not recognized as an internal or external command,
operable program or batch file.

What may be the solution ?

4

1 回答 1

1

按照下面列出的步骤将 python 添加到环境变量列表中。

脚步:-

  • 转到控制面板\系统和安全\系统
  • 点击更改设置
  • 转到“高级”选项卡
  • 点击环境变量

详情:-去这里

于 2013-06-07T17:52:18.367 回答