I’ve installed Python 2.7 on windows in folder C:\Python27
Added path to system PATH variable – C:\Python27
So I’m trying to start it from command line, but it works only in its native folder:
C:\Python27> python
And do not works from any other folder
System can not recognize it. I did reboot after adding it to PATH.
Can somebody tell me, what do I do wrong?
Best Regards, Ahmed.
p.s.
Here is my PATH
PATH=C:\Program Files\NVIDIA Corporation\PhysX\Common;C:\WINDOWS\system32;C:\WIN
DOWS;C:\WINDOWS\System32\Wbem;C:\server\mysql\bin;C:\Program Files\MKVtoolnix; C
:\Program Files\ZF\bin; C:\Python27
Remove the whitespace before the
C:\Python27and add a semicolon at the end.As per pydave, you should also remove the other whitespace before
C:\Program Files\ZF\bin