Everythings going wrong

so im trying to get into coding

i download python. but it keeps coming up with pip not recognised chatgpt not recognised everything not recognised :frowning:

I would suggest downloading and using Thonny, a Python ide specifically tailored to beginners.

1 Like

thanks sam but im determined

You did not say what OS you are using. I’m going to assume Windows and suggest you try this
in a CMD terminal window:

py -m pip --version

Does what work?

1 Like