I want to use python2 and python3.
both of them added in the Environment variable path in windows 10
.
Environment variable path
C:\Windows;C:\Windows\System32;C:\Python27
C:\Users\m.daliri\AppData\Local\Programs\Python\Python37-32\Scripts\
C:\Users\m.daliri\AppData\Local\Programs\Python\Python37-32\
When I calling python27 in Command prompt to show me this error:
'python27' is not recognized as an internal or external command,
operable program or batch file.
When I calling python3 in Command prompt to show me this error:
'python3' is not recognized as an internal or external command,
operable program or batch file.
How can I solve the problem?
How can I call python27 in Command prompt run python27 and python3 run python3?
Is there any problem with my Environment variable path?