python2.7-config
Python 2 development
Install
- All systems
-
curl cmd.cat/python2.7-config.sh
- Debian
-
apt-get install python2.7-dev
- Ubuntu
-
apt-get install python2.7-dev
- Alpine
-
apk add python2
- Arch Linux
-
pacman -S python2
- Kali Linux
-
apt-get install python2.7-dev
- CentOS
-
yum install python-devel
- Fedora
-
dnf install python2-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python2.7-dev
- Raspbian
-
apt-get install python2.7-dev
- Dockerfile
- dockerfile.run/python2.7-config
- Docker
-
docker run cmd.cat/python2.7-config python2.7-config
powered by Commando
python2-devel
Python 2 development
python2.7-dev
Header files and a static library for Python (v2.7)
Header files, a static library and development tools for building Python (v2.7) modules, extending the Python interpreter or embedding Python (v2.7) in applications. Maintainers of Python packages should read README.maintainers.
mingw32-python2
MinGW Windows python2 library
mingw64-python2
MinGW Windows python2 library
python2
interactive high-level object-oriented language (Python2 version)
Python2, the high-level, interactive object oriented language, includes an extensive class library with lots of goodies for network programming, system administration, sounds and graphics. This package is a dependency package, which depends on Debian's Python2 version (currently v2.7).