python3.6m-config
Python development
Install
- All systems
-
curl cmd.cat/python3.6m-config.sh
- Debian
-
apt-get install python3.6-dev
- Ubuntu
-
apt-get install python3.6-dev
- Kali Linux
-
apt-get install python3.6-dev
- Fedora
-
dnf install python3-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3.6-dev
- Dockerfile
- dockerfile.run/python3.6m-config
python3-devel
Python development
python36
Version 3.6 of the Python interpreter
python3.6-dev
Header files and a static library for Python (v3.6)
Header files, a static library and development tools for building Python (v3.6) modules, extending the Python interpreter or embedding Python (v3.6) in applications. Maintainers of Python packages should read README.maintainers.