running windows 10 and IDLE python 3.10.1
I was trying to install pygame with pip using the
pip install pygame
command but couldn't get it to work. I've been reading loads of articles trying to figure out what to do but I have no idea.
When I opened up command prompt and typed in
pip --version
following this website
it came up as running pip version 3.9. I deleted all python 3.9 off my computer in case python 3.10 trying to run pip 3.9 was the problem but now it says
'pip' is not recognized as an internal or external command,
operable program or batch file.
I've deleted and redownloaded python twice now but it still won't work. Does anyone know what to do? thanks
————————
Hi there just so you know, running python -m pip install pip isn’t working and when i type python —version it says that python was not found?