python2.7-config

Python 2 development

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