pip3.7
alternative Python package installer - Python 3 version of the package
RUN apt-get update && \
apt-get install -y python-pip
RUN apt-get update && \
apt-get install -y python-pip
RUN pacman -S --noconfirm python-pip
RUN apt-get update && \
apt-get install -y python-pip
RUN dnf install -y python3-pip
RUN apt-get update && \
apt-get install -y python-pip