python3.7-config
Version 3.7 of the Python interpreter
Install
- All systems
-
curl cmd.cat/python3.7-config.sh
- Debian
-
apt-get install python3.7-dev - Ubuntu
-
apt-get install python3.7-dev -
Alpine
-
apk add python - Arch Linux
-
pacman -S python - Kali Linux
-
apt-get install python3.7-dev - CentOS
-
yum install python - Fedora
-
dnf install python3-devel - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install python3.7-dev - OS X
-
brew install python - Raspbian
-
apt-get install python - Docker
-
docker run cmd.cat/python3.7-config python3.7-configpowered by Commando
python37
Version 3.7 of the Python interpreter
python3.7-dev
Header files and a static library for Python (v3.7)
Header files, a static library and development tools for building Python (v3.7) modules, extending the Python interpreter or embedding Python (v3.7) in applications. Maintainers of Python packages should read README.maintainers.
python3-devel
Python development
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).