Python 2.7-Installation (yum) (CentOS 6.8)

Installation

python


[root@localhost ~]# yum -y install centos-release-scl-rh
[root@localhost ~]# yum -y install python27

Funktionsprüfung

python


[root@localhost ~]# python --version
Python 2.6.6
[root@localhost ~]# scl enable python27 bash
[root@localhost ~]# python --version
Python 2.7.8
[root@localhost ~]# exit

Automatische Freigabeeinstellung

python


[root@localhost ~]# python --version
Python 2.6.6
[root@localhost ~]# echo 'source /opt/rh/python27/enable' > /etc/profile.d/python27.sh
[root@localhost ~]# source /etc/profile
[root@localhost ~]# python --version
Python 2.7.8

Recommended Posts

Python 2.7-Installation (yum) (CentOS 6.8)
Python 3.5-Installation (yum) (CentOS 6.8)
Python (pyenv + pyenv-virtualenv) + CentOS7-Installation
Python-Installation
Python-Installation
Installationsfehler von centOS 7
Installation von CentOS 8
Python2.7 + CentOS7 + OpenCV3
PHP-Installation (CentOS 8)
Python-Installation (Windows)
Python-Installation 2020 (macOS)
Installationshinweise zu Python3.4
CentOS8 --Installieren - Python3
Installation von CentOS 7 + ffmpeg
Python OpenCV Installation (Memo)
Python-Grundkurs (2 Python-Installation)
Erweitertes Lernen 1 Python-Installation
Python-Installationsmethode Windows
Installieren Sie Python3.4 unter CentOS 6.6
Einführung von Python 2.7 in CentOS 6.6
Installieren Sie Python 2.7.3 unter CentOS 5.4
Installation auf der CentOS8 Virtual Box
Installation von matplotlib (Python 3.3.2)
Installationsverfahren für CentOS 8 (neueste Version)
Installationsverfahren für Python 3.6 [für Windows]
Installieren Sie Python 3.8 unter CentOS 7 (SCL)
Die Apache-Installation schlägt unter CentOS 8.2 fehl
OpenCV3-Installation für Python3 @macOS
Python-Installation (Mac Edition) (alt)
Schnellste Python-Installation unter Windows
Installieren Sie Python 3.7 und Django 3.0 (CentOS)
Installation der Python 3-Serie für Mac
Wechseln Sie von Python2.7 zu Python3.6 (centos7)
Ruby, Installationshandbuch für Python-Module
Installieren Sie Python 3.8 unter CentOS 8 (AppStream)
Quellinstallation und Installation von Python
So installieren Sie NTP (Chrony) (CentOS8)
Hinweise zur Installation von Python unter CentOS
Python (Python 3.7.7) Installation und grundlegende Grammatik
Ich habe versucht, Python zu berühren (Installation)
Python
Python Practice_Virtual Environment Setup ~ Django-Installation
Deaktivieren Sie das python2.6 ssl3-Protokoll in centos6
Python Hinweis Anaconda-Installation (nur Mac)
Richten Sie die Python-Umgebung unter CentOS ein
Erstellen Sie eine Python-Umgebung in Centos
Installation von Python, SciPy, matplotlib (Windows)
PIL-Installationsmemorandum (Python Imaging Library)
Python3-Umgebungskonstruktion mit pyenv-virtualenv (CentOS 7.3)
Installieren Sie Python unter CentOS mit Pyenv
Wenn die Installation von Python 3.5.0 auf einem Mac fehlschlägt
Installationsverfahren für Teamviewer für Linux (CentOS)
python / netCDF / CentOS 6.8> ImportError: Kein Modul mit dem Namen netCDF4> sudo yum installiere netcdf4-python.x86_64
Erstellen Sie eine Python3-Umgebung unter CentOS7
Installieren Sie Python unter CentOS mit pyenv
CentOS 6.x x86_64 Python-2.7.4 U / min Paketerstellung
Installation von Visual Studio Code und Installation von Python
Installation von Oracle Database 18c (Linux CentOS 7 Edition)
2017-03-17 CentOS 6.8> Python 3.6.0 wurde in virutalenv eingeführt / gestartet / gestoppt