python3.5
Version 3.5 of the Python programming language
Install
- All systems
-
curl cmd.cat/python3.5.sh
- Debian
-
apt-get install python3.5-minimal
- Ubuntu
-
apt-get install python3.5-minimal
- Fedora
-
dnf install python35
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install python3.5-minimal
- Raspbian
-
apt-get install python3.5-minimal
- Dockerfile
- dockerfile.run/python3.5
python35
Version 3.5 of the Python programming language
python3.5-minimal
Minimal subset of the Python language (version 3.5)
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.5-minimal/README.Debian for a list of the modules contained in this package.