python

Python language interpreter. More information: <https://www.python.org>.

Debian Debian
RUN apt-get update && \ apt-get install -y python-minimal
Ubuntu
RUN apt-get update && \ apt-get install -y python-minimal
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-minimal
CentOS
RUN yum install -y python
Fedora
RUN dnf install -y python-minimal
Raspbian
RUN apt-get update && \ apt-get install -y python-minimal
click the source code to copy install python on any operating system with command-not-found.com