insidesherpa / JPMC-tech-task-1-PY3

50 stars 448 forks source link

Unable to start server and client scripts #230

Open Banuchander14 opened 2 years ago

Banuchander14 commented 2 years ago

I have python version 3 installed in my system. When i try to start server and client scripts in my command prompt, i get an error as ['python3' is not recognized as an internal or external command, operable program or batch file] I tried with all the troubleshooting steps given but haven't got exact a solution to solve it. Kindly assist me to get a solution. I have also attached the screenshot of the error. Please do find the attachment. CMD_Error_Python

Timmermj10 commented 2 years ago

Try py or py -3 instead of python3!