python3.7m-config

Version 3.7 of the Python interpreter

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