Reputation:
This is the path where python is installed on my computer A:\software installation\python
and the same path has been added to the system path in Environment variables.
My scripts are stored in A:\python programs
but when I try to execute from the Windows command prompt (cmd) there is no output as shown below.
Upvotes: 3
Views: 37960
Reputation: 151
If you have installed Python 3.7 or above try using keyword "py" instead of "python" on cmd. It worked for me.(I have python 3.7 32bit installed in windows 10 operating system)
Upvotes: 14
Reputation: 11
I had a similar problem and solved it using the following steps:
Upvotes: 1
Reputation: 176
Just set your environment variable path, like C:\Python27
.
new
and paste the pathok
and restart the cmdAll done :)
Upvotes: 3