python3.7m
Version 3.7 of the Python interpreter
Install
- All systems
-
curl cmd.cat/python3.7m.sh
- Debian
-
apt-get install python3.7-minimal
- Ubuntu
-
apt-get install python3.7-minimal
- Alpine
-
apk add python
- Arch Linux
-
pacman -S python
- Kali Linux
-
apt-get install python3.7-minimal
- CentOS
-
yum install python
- Fedora
-
dnf install python3
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3.7-minimal
- OS X
-
brew install python
- Raspbian
-
apt-get install python
- Dockerfile
- dockerfile.run/python3.7m
- Docker
-
docker run cmd.cat/python3.7m python3.7m
powered by Commando
python37
Version 3.7 of the Python interpreter
python3
interactive high-level object-oriented language (default python3 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 3 version (currently v3.6).
python3.7-minimal
Minimal subset of the Python language (version 3.7)
This package contains the interpreter and some essential modules. It can be used in the boot process for some basic tasks. See /usr/share/doc/python3.7-minimal/README.Debian for a list of the modules contained in this package.
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).