pip

Python package manager. Some subcommands such as pip install have their own usage documentation. More information: <https://pip.pypa.io>.

Debian Debian
RUN apt-get update && \ apt-get install -y python-pip
Ubuntu
RUN apt-get update && \ apt-get install -y python-pip
Arch Arch Linux
RUN pacman -S --noconfirm python-pip
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y python-pip
Fedora
RUN dnf install -y python-pip
Raspbian
RUN apt-get update && \ apt-get install -y python-pip
click the source code to copy install pip on any operating system with command-not-found.com