When I type python in PowerShell I get an error like:
Program 'python' failed to execute: The system cannot find the file specified
At line:1 char:11
+ python.exe <<<< .
At line:1 char:1
+ <<<< python.exe
+ CategoryInfo : ResourceUnavailable: (:) [], ApplicationFailedException
+ FullyQualifiedErrorId : NativeCommandFailed
I have added C:\Python27 and its sub directories to PATH. I can run it by typing python.exe. Can run scripts the same way.
I installed Python 2.7.11 64 bit.