python3: The Python programming language¶
Description¶
The Python programming language
Upstream Contact¶
Type¶
standard
Version Information¶
package-version.txt:
3.9.9
Equivalent System Packages¶
alpine: install the following packages: python3-dev cygwin:
$ apt-cyg install python38-devel
Debian/Ubuntu:
$ sudo apt-get install python3 libpython3-dev python3-distutils
Fedora/Redhat/CentOS:
$ sudo yum install python3-devel
freebsd:
$ sudo pkg install lang/python
homebrew:
$ brew install python3
macports: install the following packages: python39 opensuse:
$ sudo zypper install python3-devel
void:
$ sudo xbps-install python3-devel
See https://repology.org/project/python/versions
If the system package is installed, ./configure will check whether it can be used.