Bishnu Bhattarai
Bishnu Bhattarai

Reputation: 2910

installation of django-admin-tools

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 ?

Upvotes: 2

Views: 349

Answers (1)

nKandel
nKandel

Reputation: 2575

Add the python on the environment variable list by following steps listed below.

Steps:-

  • Go to Control Panel \System and Security\System
  • Click on Change Settings
  • Go to “Advance” tab
  • Click on Environment Variables

for details :- go here

Upvotes: 1

Related Questions