python2.7

interactive high-level object-oriented language (Python2 version)

Install

All systems
curl cmd.cat/python2.7.sh
Debian Debian
apt-get install python2.7-minimal
Ubuntu
apt-get install python2.7-minimal
Alpine
apk add python2
Arch Arch Linux
pacman -S python2
image/svg+xml Kali Linux
apt-get install python2.7-minimal
CentOS
yum install python2.7-minimal
Fedora
dnf install python2
Windows (WSL2)
sudo apt-get update sudo apt-get install python2.7-minimal
Raspbian
apt-get install python2.7-minimal
Docker
docker run cmd.cat/python2.7 python2.7 powered by Commando

python2

interactive high-level object-oriented language (Python2 version)

Python2, 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 Python2 version (currently v2.7).

python2.7-minimal

Minimal subset of the Python language (version 2.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/python2.7-minimal/README.Debian for a list of the modules contained in this package.

python2.7-dbg

Debug Build of the Python Interpreter (version 2.7)

The package holds two things: - A Python interpreter configured with --pydebug. Dynamically loaded modules are searched as <foo>_d.so first. Third party extensions need a separate build to be used by this interpreter. - Debug information for standard python interpreter and extensions. See the README.debug for more information.

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).