python2-config
Python 2 development
Install
- All systems
-
curl cmd.cat/python2-config.sh
- Debian
-
apt-get install python2-dev
- Ubuntu
-
apt-get install python2-dev
- Alpine
-
apk add python2
- Arch Linux
-
pacman -S python2
- Kali Linux
-
apt-get install python2-dev
- CentOS
-
yum install python-devel
- Fedora
-
dnf install python2-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python2-dev
- Raspbian
-
apt-get install python-dev
- Dockerfile
- dockerfile.run/python2-config
- Docker
-
docker run cmd.cat/python2-config python2-config
powered by Commando
python2-devel
Python 2 development
python-dev
header files and a static library for Python (default)
Header files, a static library and development tools for building Python modules, extending the Python interpreter or embedding Python in applications. This package is a dependency package, which depends on Debian's default Python version (currently v2.7).
python2-dev
header files and a static library for Python2
Header files, a static library and development tools for building Python2 modules, extending the Python2 interpreter or embedding Python2 in applications. This package is a dependency package, which depends on Debian's Python2 version (currently v2.7).
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).