python3-config
Python development
Install
- All systems
-
curl cmd.cat/python3-config.sh
- Debian
-
apt-get install python3-dev
- Ubuntu
-
apt-get install python3-dev
- Alpine
-
apk add python
- Arch Linux
-
pacman -S python
- Kali Linux
-
apt-get install python3-dev
- CentOS
-
yum install python
- Fedora
-
dnf install python3-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-dev
- OS X
-
brew install python
- Raspbian
-
apt-get install python3-dev
- Dockerfile
- dockerfile.run/python3-config
- Docker
-
docker run cmd.cat/python3-config python3-config
powered by Commando
python3-devel
Python development
python3-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 3 version (currently v3.6).
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).