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
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
I would suggest downloading and using Thonny, a Python ide specifically tailored to beginners.
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?