easy_install-3.7

Python3 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 python-setuptools
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y python-setuptools
CentOS
RUN yum install -y python-setuptools
Fedora
RUN dnf install -y python3-setuptools
Raspbian
RUN apt-get update && \ apt-get install -y python-setuptools
click the source code to copy install easy_install-3.7 on any operating system with command-not-found.com