easy_install-2.7
Easily download, build, install, upgrade, and uninstall Python packages
RUN apt-get update && \
apt-get install -y python-setuptools
RUN apt-get update && \
apt-get install -y python-setuptools
RUN pacman -S --noconfirm jython
RUN apt-get update && \
apt-get install -y jython
RUN yum install -y python-setuptools
RUN dnf install -y mingw64-python2-setuptools
RUN apt-get update && \
apt-get install -y pypy-setuptools