python2.6
Version 2.6 of the Python programming language
Install
- All systems
-
curl cmd.cat/python2.6.sh
- Debian
-
apt-get install python2.6-dbg
- Ubuntu
-
apt-get install python
- Alpine
-
apk add python
- Arch Linux
-
pacman -S python
- Kali Linux
-
apt-get install python
- CentOS
-
yum install python
- Fedora
-
dnf install python26
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python
- OS X
-
brew install python
- Raspbian
-
apt-get install python
- Dockerfile
- dockerfile.run/python2.6
- Docker
-
docker run cmd.cat/python2.6 python2.6
powered by Commando
python26
Version 2.6 of the Python programming language
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).