Installieren Sie Python 3.8 auf RHEL 8 (AppStream)

Einführung

Installieren Sie Python 3.8 unter RHEL8 mithilfe von Application Stream (AppStream). Referenz: RHEL8-Paketkonfiguration --BaseOS und Anwendungsstrom --Akahat Engineer Blog

Unterstützung

Bei Einführung mit dieser Methode scheint 2023-05 EOL aus Lebenszyklus von Red Hat Enterprise Linux 8-Anwendungsströmen - Red Hat-Kundenportal zu sein. Antworten auf Schwachstellen und Fehler, die danach gemeldet wurden, können möglicherweise nicht implementiert werden.

LOG

Installation

# cat /etc/redhat-release
Red Hat Enterprise Linux release 8.2 (Ootpa)

# yum install -y python38
...Abkürzung

Verschiedene Bestätigungen

# which python{,2,3}
/usr/bin/which: no python in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin)
/usr/bin/which: no python2 in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/root/bin)
/usr/bin/python3

# ll /usr/bin/python*
lrwxrwxrwx. 1 root root   25 May  1 15:00 /usr/bin/python3 -> /etc/alternatives/python3
-rwxr-xr-x. 1 root root 7648 Mar  9 14:05 /usr/bin/python3.8

# python3 -V
Python 3.8.0

# yum module info python38
Updating Subscription Management repositories.
Last metadata expiration check: 0:17:37 ago on Fri 01 May 2020 02:47:14 PM EDT.
Name             : python38
Stream           : 3.8 [d][e][a]
Version          : 8020020200309184510
Context          : bbc63041
Architecture     : x86_64
Profiles         : build, common [d]
Default profiles : common
Repo             : rhel-8-for-x86_64-appstream-rpms
Summary          : Python programming language, version 3.8
Description      : This module gives users access to the internal Python 3.8 in RHEL8, as
                 : well as provides some additional Python packages the users might need.
                 : In addition to these you can install any python3-* package available
                 : in RHEL and use it with Python from this module.
Requires         : platform:[el8]
Artifacts        : Cython-0:0.29.14-4.module+el8.2.0+5234+f98739b6.src
                 : Cython-debugsource-0:0.29.14-4.module+el8.2.0+5234+f98739b6.x86_64
                 : PyYAML-0:5.1.2-6.module+el8.2.0+5234+f98739b6.src
                 : PyYAML-debugsource-0:5.1.2-6.module+el8.2.0+5234+f98739b6.x86_64
                 : babel-0:2.7.0-10.module+el8.2.0+5234+f98739b6.src
                 : mod_wsgi-0:4.6.8-3.module+el8.2.0+5234+f98739b6.src
                 : numpy-0:1.17.3-5.module+el8.2.0+5978+503155c0.src
                 : numpy-debugsource-0:1.17.3-5.module+el8.2.0+5978+503155c0.x86_64
                 : python-PyMySQL-0:0.9.3-3.module+el8.2.0+5234+f98739b6.src
                 : python-asn1crypto-0:1.2.0-3.module+el8.2.0+5234+f98739b6.src
                 : python-cffi-0:1.13.2-3.module+el8.2.0+5234+f98739b6.src
                 : python-cffi-debugsource-0:1.13.2-3.module+el8.2.0+5234+f98739b6.x86_64
                 : python-chardet-0:3.0.4-19.module+el8.2.0+5234+f98739b6.src
                 : python-cryptography-0:2.8-3.module+el8.2.0+5234+f98739b6.src
                 : python-cryptography-debugsource-0:2.8-3.module+el8.2.0+5234+f98739b6.x86_64
                 : python-idna-0:2.8-6.module+el8.2.0+5234+f98739b6.src
                 : python-jinja2-0:2.10.3-4.module+el8.2.0+5234+f98739b6.src
                 : python-lxml-0:4.4.1-4.module+el8.2.0+5234+f98739b6.src
                 : python-lxml-debugsource-0:4.4.1-4.module+el8.2.0+5234+f98739b6.x86_64
                 : python-markupsafe-0:1.1.1-6.module+el8.2.0+5234+f98739b6.src
                 : python-markupsafe-debugsource-0:1.1.1-6.module+el8.2.0+5234+f98739b6.x86_64
                 : python-ply-0:3.11-8.module+el8.2.0+5234+f98739b6.src
                 : python-psutil-0:5.6.4-3.module+el8.2.0+5234+f98739b6.src
                 : python-psutil-debugsource-0:5.6.4-3.module+el8.2.0+5234+f98739b6.x86_64
                 : python-psycopg2-0:2.8.4-4.module+el8.2.0+5234+f98739b6.src
                 : python-psycopg2-debugsource-0:2.8.4-4.module+el8.2.0+5234+f98739b6.x86_64
                 : python-pycparser-0:2.19-3.module+el8.2.0+5234+f98739b6.src
                 : python-pysocks-0:1.7.1-4.module+el8.2.0+5234+f98739b6.src
                 : python-requests-0:2.22.0-9.module+el8.2.0+5234+f98739b6.src
                 : python-six-0:1.12.0-9.module+el8.2.0+5234+f98739b6.src
                 : python-urllib3-0:1.25.7-4.module+el8.2.0+5234+f98739b6.src
                 : python-wheel-0:0.33.6-5.module+el8.2.0+5978+503155c0.src
                 : python38-0:3.8.0-6.module+el8.2.0+5978+503155c0.src
                 : python38-0:3.8.0-6.module+el8.2.0+5978+503155c0.x86_64
                 : python38-Cython-0:0.29.14-4.module+el8.2.0+5234+f98739b6.x86_64
                 : python38-Cython-debuginfo-0:0.29.14-4.module+el8.2.0+5234+f98739b6.x86_64
                 : python38-PyMySQL-0:0.9.3-3.module+el8.2.0+5234+f98739b6.noarch
                 : python38-asn1crypto-0:1.2.0-3.module+el8.2.0+5234+f98739b6.noarch
                 : python38-babel-0:2.7.0-10.module+el8.2.0+5234+f98739b6.noarch
                 : python38-cffi-0:1.13.2-3.module+el8.2.0+5234+f98739b6.x86_64
                 : python38-cffi-debuginfo-0:1.13.2-3.module+el8.2.0+5234+f98739b6.x86_64
                 : python38-chardet-0:3.0.4-19.module+el8.2.0+5234+f98739b6.noarch
                 : python38-cryptography-0:2.8-3.module+el8.2.0+5234+f98739b6.x86_64
                 : python38-cryptography-debuginfo-0:2.8-3.module+el8.2.0+5234+f98739b6.x86_64
                 : python38-debug-0:3.8.0-6.module+el8.2.0+5978+503155c0.x86_64
                 : python38-debuginfo-0:3.8.0-6.module+el8.2.0+5978+503155c0.x86_64
                 : python38-debugsource-0:3.8.0-6.module+el8.2.0+5978+503155c0.x86_64
                 : python38-devel-0:3.8.0-6.module+el8.2.0+5978+503155c0.x86_64
                 : python38-idle-0:3.8.0-6.module+el8.2.0+5978+503155c0.x86_64
                 : python38-idna-0:2.8-6.module+el8.2.0+5234+f98739b6.noarch
                 : python38-jinja2-0:2.10.3-4.module+el8.2.0+5234+f98739b6.noarch
                 : python38-libs-0:3.8.0-6.module+el8.2.0+5978+503155c0.x86_64
                 : python38-lxml-0:4.4.1-4.module+el8.2.0+5234+f98739b6.x86_64
                 : python38-lxml-debuginfo-0:4.4.1-4.module+el8.2.0+5234+f98739b6.x86_64
                 : python38-markupsafe-0:1.1.1-6.module+el8.2.0+5234+f98739b6.x86_64
                 : python38-markupsafe-debuginfo-0:1.1.1-6.module+el8.2.0+5234+f98739b6.x86_64
                 : python38-mod_wsgi-0:4.6.8-3.module+el8.2.0+5234+f98739b6.x86_64
                 : python38-numpy-0:1.17.3-5.module+el8.2.0+5978+503155c0.x86_64
                 : python38-numpy-debuginfo-0:1.17.3-5.module+el8.2.0+5978+503155c0.x86_64
                 : python38-numpy-doc-0:1.17.3-5.module+el8.2.0+5978+503155c0.noarch
                 : python38-numpy-f2py-0:1.17.3-5.module+el8.2.0+5978+503155c0.x86_64
                 : python38-pip-0:19.2.3-5.module+el8.2.0+5979+f9f0b1d2.noarch
                 : python38-pip-wheel-0:19.2.3-5.module+el8.2.0+5979+f9f0b1d2.noarch
                 : python38-ply-0:3.11-8.module+el8.2.0+5234+f98739b6.noarch
                 : python38-psutil-0:5.6.4-3.module+el8.2.0+5234+f98739b6.x86_64
                 : python38-psutil-debuginfo-0:5.6.4-3.module+el8.2.0+5234+f98739b6.x86_64
                 : python38-psycopg2-0:2.8.4-4.module+el8.2.0+5234+f98739b6.x86_64
                 : python38-psycopg2-debuginfo-0:2.8.4-4.module+el8.2.0+5234+f98739b6.x86_64
                 : python38-psycopg2-doc-0:2.8.4-4.module+el8.2.0+5234+f98739b6.x86_64
                 : python38-psycopg2-tests-0:2.8.4-4.module+el8.2.0+5234+f98739b6.x86_64
                 : python38-pycparser-0:2.19-3.module+el8.2.0+5234+f98739b6.noarch
                 : python38-pysocks-0:1.7.1-4.module+el8.2.0+5234+f98739b6.noarch
                 : python38-pytz-0:2019.3-3.module+el8.2.0+5234+f98739b6.noarch
                 : python38-pyyaml-0:5.1.2-6.module+el8.2.0+5234+f98739b6.x86_64
                 : python38-pyyaml-debuginfo-0:5.1.2-6.module+el8.2.0+5234+f98739b6.x86_64
                 : python38-requests-0:2.22.0-9.module+el8.2.0+5234+f98739b6.noarch
                 : python38-rpm-macros-0:3.8.0-6.module+el8.2.0+5978+503155c0.noarch
                 : python38-scipy-0:1.3.1-4.module+el8.2.0+5234+f98739b6.x86_64
                 : python38-scipy-debuginfo-0:1.3.1-4.module+el8.2.0+5234+f98739b6.x86_64
                 : python38-setuptools-0:41.6.0-4.module+el8.2.0+5978+503155c0.noarch
                 : python38-setuptools-wheel-0:41.6.0-4.module+el8.2.0+5978+503155c0.noarch
                 : python38-six-0:1.12.0-9.module+el8.2.0+5234+f98739b6.noarch
                 : python38-test-0:3.8.0-6.module+el8.2.0+5978+503155c0.x86_64
                 : python38-tkinter-0:3.8.0-6.module+el8.2.0+5978+503155c0.x86_64
                 : python38-urllib3-0:1.25.7-4.module+el8.2.0+5234+f98739b6.noarch
                 : python38-wheel-0:0.33.6-5.module+el8.2.0+5978+503155c0.noarch
                 : python38-wheel-wheel-0:0.33.6-5.module+el8.2.0+5978+503155c0.noarch
                 : python3x-pip-0:19.2.3-5.module+el8.2.0+5979+f9f0b1d2.src
                 : python3x-setuptools-0:41.6.0-4.module+el8.2.0+5978+503155c0.src
                 : pytz-0:2019.3-3.module+el8.2.0+5234+f98739b6.src
                 : scipy-0:1.3.1-4.module+el8.2.0+5234+f98739b6.src
                 : scipy-debugsource-0:1.3.1-4.module+el8.2.0+5234+f98739b6.x86_64

Hint: [d]efault, [e]nabled, [x]disabled, [i]nstalled, [a]ctive

Recommended Posts

Installieren Sie Python 3.8 auf RHEL 8 (AppStream)
Installieren Sie Python 3.8 unter CentOS 8 (AppStream)
Installieren Sie Python auf Pidora.
Installieren Sie Scrapy auf Python3
Installieren Sie Python auf dem Mac
Installieren von Python 3 in einer Mac-Umgebung
Installieren Sie Python3.4 unter CentOS 6.6
Installieren Sie Python unter Windows
Installieren Sie Python 2.7.3 unter CentOS 5.4
Installieren Sie Python 3.3 unter Ubuntu 12.04
Installieren Sie Python 3.4 auf einem Mac
Installieren Sie Python 3.6 auf Docker
Installieren Sie Watchdog unter Windows + Python 3.3
Installieren Sie pygame auf python3.4 auf dem Mac
Installieren Sie Python 3.8 unter CentOS 7 (SCL)
Installieren Sie pandas 0.14 auf python3.4 [auf Mac]
Installieren Sie OpenCV unter Ubuntu + Python
Python - Installieren Sie MySQLDB auf EC2
[Python] [Chainer] [Windows] Chainer unter Windows installieren
Installieren Sie Python
Installieren Sie Python Pillow unter Amazon Linux
Installieren Sie Python 3.8 unter Ubuntu 18.04 (Betriebssystemstandard)
Installieren Sie Python 3 auf dem Sakura-Server (FreeBSD)
Installieren Sie Python 3.8 unter Ubuntu 20.04 (Betriebssystemstandard)
Python2.7-Installation in einer Windows 32-Bit-Umgebung
Installieren Sie xgboost (Python-Version) unter Windows
Installieren Sie Python unter Windows + pip + virtualenv
Installieren Sie Pytorch unter Blender 2.90 Python unter Windows
Installieren Sie Python 3.7 Anaconda auf dem MAC, aber Python 2
Installieren Sie python3 auf einem Mac (El Capitan)
Installieren Sie Python 3.9 unter Ubuntu 20.04 (Betriebssystemstandard?)
Installieren Sie die Python-Entwicklungsumgebung unter Windows 10
Installieren Sie Python unter CentOS mit Pyenv
Installieren Sie Confluent-Kafka für Python unter Ubuntu
Installieren Sie Python 2.7 unter Ubuntu 20.04 (Betriebssystemstandard?)
Schritte zum Installieren von python3 auf einem Mac
Installieren Sie Python unter CentOS mit pyenv
Python unter Windows
Twitter mit Python3
[Kivy] So installieren Sie Kivy unter Windows [Python]
Installieren Sie die Python-Bibliothek auf Lambda mit [/ tmp]
Lokale Installation von Python
Schritte zum Installieren der Python-Umgebung unter Ubuntu
Installieren Sie NAOqi Python
Python auf Mac
Installieren Sie Python unter 3.5.3 unter macOS Catalina
Installieren Sie Python Control
Installieren Sie Python auf xserver, um pip zu verwenden
Python auf Windbg
Installieren Sie Python3 auf dem Mixhost-Server [Derzeit NG]
Installieren Sie pyenv und Python 3.6.8 unter Ubuntu 18.04 LTS
Installieren Sie Python 3.8, Pip 3.8 auf EC2 (Amazon Linux 2)
CentOS8 --Installieren - Python3
Installieren Sie Python3.5 + NumPy + SciPy und führen Sie es unter Windows 10 aus
[Version 2020] So installieren Sie Python3 auf EC2 von AWS
Installieren Sie Python3, Numpy, Pandas, Matplotlib usw. unter Windows
So installieren Sie OpenCV auf Jetson Nano Python
Installieren Sie das Python-Paket in einer persönlichen Umgebung unter Ubuntu
[Prozedur-Memo] Installieren Sie Python3 + OpenSSL lokal unter Ubuntu
[Ansible] Installieren Sie dnf unter Centos7 mit dem Python3-Interpreter