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