#๐ I cant install pip
43 messages ยท Page 1 of 1 (latest)
@brittle mantle
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
"pip" is the package installer that comes with your python install. Did you install python?
yes. I already have it
Are you on Linux?
Win10
Oh alr
I'm not sure if this matters in this scenario but did you check the box when installing python that said something like "add to path"?
Ok, how are you attempting to run pip, are you typing "pip" in the terminal?
py get-pip.py
If you py -m pip --help, what happens?
from the official website
The module usually comes packaged with the python installation.
Perhaps there was a checkbox unchecked to remove it or something?
Might be worth re-installing it.
You could also try py -m ensurepip
Well, try py -m pip --help again.
(separately you'll want to address that warning, by adding the Scripts directory into PATH)
!windows-path
(that didn't explain it well enough, sorry)
Looks like pip is now working if you weren't aware.
Probably want to follow this though.
Looks like it's not on your path... If you followed the link already then try closing the terminal and reopening it.
no I havent
ok
Or you could always prefix it with py -m and it would work
It makes it so you can just type pip and don't need to prefix it with py -m for it to work, sorry for the late response.
You could probably just reinstall Python and not need to worry about all this.
Just remember to check the box that says add to path
This help channel has been closed. Feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.