-5

I am trying to run python on cmd but I am getting this error:

'py' is not recognized as an internal or external command, operable or batch file.

Can anyone help me? See the image below:

Squashman
  • 13,649
  • 5
  • 27
  • 36

2 Answers2

0

you should try pip install blah blah blah rather than py. if you really want to run python , should use python instead of py

dalin qin
  • 126
  • 2
  • 10
0

Maybe you should try pip install pyperclip or python -m pip install pyperclip

Jack
  • 5
  • 4