Did you read the docs? ie:
Answer from BPL on Stack OverflowDo I need to install pip? pip is already installed if you are using Python 2 >=2.7.9 or Python 3 >=3.4 downloaded from python.org or if you are working in a Virtual Environment created by virtualenv or pyvenv. Just make sure to upgrade pip.
Installing with get-pip.py To install pip, securely download get-pip.py. [1]:
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python - Where do I find the "get-pip.py" dowload link? - Stack Overflow
Is running this random script from bootstrap.pypa.io really the accepted way of installing pip?
How do I download pip?
python - How do you download PIP? - Stack Overflow
I'm relatively new to using Python on Windows, and the first hurdle for me is that pip is not installed with Python 3.13.1 for Windows. Several tutorials suggest installing with the following script: https://bootstrap.pypa.io/get-pip.py
Call me over-cautious but it seems shady as hell to be told 'just download and run this impenetrable script from a website you've never heard of and it will solve your problem'.
Is this really the legit, accepted way of installing pip on Windows?
EDIT:
Turns out pip was installed and I just needed a reboot. TIL.
Hey guys - sorry for what is probably a really dumb question. I'm very new to coding, doing an introduction to python course over on datacamp.com, and can see that I need to download pip. What is wrong with me - how the hell do I do this!?
I've gone to the get pip py link which everyone seems to talk about. I've tried running the command in my shell (IDLE): 'curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py', and I've tried copying all the code that pops up when you follow the 'https://bootstrap.pypa.io/get-pip.py' link into the shell.. which just gives me errors.
Can't see any options anywhere of just a file to download or anything...
Anyone had the same experience? I'm using Mac OS Sierra
Installing with source
Go to this link: https://bootstrap.pypa.io/get-pip.py
Copy the contents of this file onto another new file and save it as get-pip.py (when it asks you what you want to do with the file, click Save, then copy the contents of the file onto another new file), and open your Windows Command Prompt as an admin and go to the file path and then enter (you need Internet for this) the following command,
python get-pip.py install
For help on installing with different operating systems
Refer to this link: http://www.pip-installer.org/en/latest/installing.html
Installing with an exe file
Click here to get the file, and install it and you need to set a path to the pip directory, you will find a source folder in the C drive and you can find the pip file, then set the folder path.
You can use these binaries to install pip or any other packages of your interest.
http://www.lfd.uci.edu/~gohlke/pythonlibs/#pip