python3m-config
header files and a static library for Python (default)
Install
- All systems
-
curl cmd.cat/python3m-config.sh
- Debian
-
apt-get install python3-dev
- Ubuntu
-
apt-get install python3-dev
- Alpine
-
apk add python3-dev
- Kali Linux
-
apt-get install python3-dev
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3-dev
- Raspbian
-
apt-get install python3-dev
- Dockerfile
- dockerfile.run/python3m-config
- Docker
-
docker run cmd.cat/python3m-config python3m-config
powered by Commando
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).