insidesherpa / JPMC-tech-task-1-PY3

50 stars 447 forks source link

python: can't open file #206

Closed anajembaedwin closed 3 years ago

anajembaedwin commented 3 years ago

I have installed python2 and Python3. I already have git installed. I have cloned the repository. I have installed pip and it's dependencies but I can't run python3 server3.py. it keeps giving me the error in the snap shot.

C:\Users\DELL\Documents\GitHub\JPMC-tech-task-1-py3>python3 server3.py Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.

anajembaedwin commented 3 years ago

I resolved this issue by using the command below for python3

C:\Users\DELL\Documents\GitHub\JPMC-tech-task-1-py3>python server3.py HTTP server started on port 8080