python2.7

interactive high-level object-oriented language (Python2 version)

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