pycompile
minimal subset of the Python language (default version)
Install
- All systems
-
curl cmd.cat/pycompile.sh
- Debian
-
apt-get install python-minimal
- Ubuntu
-
apt-get install python-minimal
- Kali Linux
-
apt-get install python2-minimal
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python-minimal
- Raspbian
-
apt-get install python-minimal
- Dockerfile
- dockerfile.run/pycompile
python-minimal
minimal subset of the Python language (default version)
This package contains the interpreter and some essential modules. It's 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-minimal
minimal subset of the Python2 language
This package contains the interpreter and some essential modules. It's 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.