python2.6

Version 2.6 of the Python programming language

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