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