easy_install

Python Distutils Enhancements

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