Home > Enterprise >  Incorrect output when I type "py get-pip.py" in cmd
Incorrect output when I type "py get-pip.py" in cmd

Time:11-22

So I have that output when I type "py get-pip.py" or "python get-pip.py" enter image description here

When I type "python --version" I had this. enter image description here

And when I type "py --version" I had this. enter image description here

I tried to reinstall python, search for leftover python files after deletion, and nothing helps.

CodePudding user response:

Are you using Windows? Based on my experience, try to download Python directly from their website https://www.python.org/downloads/ and not from the windows store.

  • Related