python3.7

Version 3.7 of the Python interpreter

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