I install anaconda2 in windows7. When I type python in windows cmd prompt, it gives the error: 
'Python' is not recognized as an internal or external command
It is fine to type python in anaconda prompt. 
The installation path for anaconda is:
C:\Users\Fruitlab_07\Anaconda2
I try to add the path to Path variable by typing in cmd:
set %path%; C:\Users\Fruitlab_07\Anaconda2
But the prompt shows the path not defined
 
    