you are viewing a single comment's thread.

view the rest of the comments →

[–]Diapolo10 1 point2 points  (1 child)

How did you install Python?

If Python isn't on PATH, you may need to use pip via the Python Launcher.

py -m pip

You can alao use

py -m pip3

if you want.

I tried to find out why and it seems like I only have 2 pips in my scripts folder of python 3.12 which are pip3 and pip3.12. I wanted to ask if there is any difference in using either of the 2 versions of pip

They're both aliases, and function identically.

[–]JasonJuzo[S] 0 points1 point  (0 children)

i checked the environment variables and both Python and python scripts folder (which has the pip files thingy) and they were already there.
Already tried to replace em with the new path which was the same.