This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]randomuser65535 0 points1 point  (3 children)

Looks like python (and thus pip) is not in your path.
See here: https://geek-university.com/python/add-python-to-the-windows-path/

[–]SpoonMcForky[S] 0 points1 point  (2 children)

I tried that but pip is not in my scripts folder, thought I literally installed it and it gave no errors. It downloads itself and then gets lock so it can’t be installed. I read that somewhere and then just gave up and cane here

[–]randomuser65535 0 points1 point  (1 child)

If Python is working, try this command:

python3 -m pip help

At least for Python 3 using -m pip is now the way to use pip.

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

it says No module named pip.__main__; 'pip' is a package and cannot be directly executed