python-config
Python 2 development
Install
- All systems
-
curl cmd.cat/python-config.sh
- Debian
-
apt-get install python-dev
- Ubuntu
-
apt-get install python-dev
- Alpine
-
apk add python
- Arch Linux
-
pacman -S python
- Kali Linux
-
apt-get install python-dev
- CentOS
-
yum install python-devel
- Fedora
-
dnf install python2-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-dev
- OS X
-
brew install python
- Raspbian
-
apt-get install python-dev
- Dockerfile
- dockerfile.run/python-config
- Docker
-
docker run cmd.cat/python-config python-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).
mingw32-python2
MinGW Windows python2 library
mingw64-python2
MinGW Windows python2 library
python-devel
Python development
python
interactive high-level object-oriented language (default version)
Python, 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 default Python version (currently v2.7).