How do you download PIP?

Viewed 192
3 Answers

Why not just:

wget https://bootstrap.pypa.io/get-pip.py && python3 get-pip.py

You can install pip using the Python Installer.

Related