pip3

Python package manager. More information: <https://pip.pypa.io>.

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