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