pip-2.7
The PyPA recommended tool for installing Python packages
Install
- All systems
-
curl cmd.cat/pip-2.7.sh
- Debian
-
apt-get install python-pip
- Ubuntu
-
apt-get install python-pip
- Arch Linux
-
pacman -S python-pip
- Kali Linux
-
apt-get install python-pip
- Fedora
-
dnf install python2-pip
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-pip
- Raspbian
-
apt-get install python-pip
- Dockerfile
- dockerfile.run/pip-2.7
python2-pip
The PyPA recommended tool for installing Python packages
python-pip
alternative Python package installer
pip is a replacement for easy_install, and is intended to be an improved Python package installer. It integrates with virtualenv, doesn't do partial installs, can save package state for replaying, can install from non-egg sources, and can install from version control repositories.