Salam From MasterZombie
Today i am gonna Show you how to Solve Python Running Error in Cmd
C:\Users\MasterZombie\Desktop>python z.py=========================================================
'python' is not recognized as an internal or external command,
operable program or batch file.
- 1) Right-click 'My Computer' and select "Properties"
- 2) Switch to the "Advanced" tab and select "Environment Variables"
- 3) Under the 'System Variables' heading, select/highlight the "Path" variable and click "Edit"
- 4) Enter the installation directory of your installed version of Python (where the executables are present) in the "Variable value" section. Please note that paths are separated by a semi-colon (;)
- 5) Click OK all the way out of the 'System Properties' dialog box.
- 6) Re-run your Python command
=========================================================
Short Video to Understand
Post a Comment
Post a Comment