Installez Python 2.7.3 sur CentOS 5.4

Télécharger

$ wget http://www.python.org/ftp/python/2.7.3/Python-2.7.3.tgz
$ tar xvzf Python-2.7.3.tgz

Compiler et installer

$ cd Python-2.7.3
$ ./configure --enable-shared --prefix=/usr/local/python2.7.3
$ make
$ make install

Contrôle de fonctionnement

$ /usr/local/python2.7.3/bin/python -V
Python 2.7.3

Si l'erreur suivante se produit lors du contrôle de fonctionnement

$ /usr/local/python2.7.3/bin/python -V
/usr/local/python2.7.3/bin/python: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory

Vérifier la bibliothèque partagée

$ ldd /usr/local/python2.7.3/bin/python
        libpython2.7.so.1.0 => not found
        libpthread.so.0 => /lib64/libpthread.so.0 (0x0000003eaa000000)
        libdl.so.2 => /lib64/libdl.so.2 (0x0000003ea9c00000)
        libutil.so.1 => /lib64/libutil.so.1 (0x0000003eb6a00000)
        libm.so.6 => /lib64/libm.so.6 (0x0000003ea9800000)
        libc.so.6 => /lib64/libc.so.6 (0x0000003ea9400000)
        /lib64/ld-linux-x86-64.so.2 (0x0000003ea9000000)
libpython2.7.so.1.0 => not found

Dans l'état ci-dessus, créez un lien symbolique vers la bibliothèque sous / lib64.

ln -s /usr/local/python2.7.3/lib/libpython2.7.so.1.0 /lib64/

Recommended Posts

Installez Python3.4 sur CentOS 6.6
Installez Python 2.7.3 sur CentOS 5.4
Installez Python 3.8 sur CentOS 7 (SCL)
Installez Python 3.8 sur CentOS 8 (AppStream)
CentOS8 --Installer --Python3
Installer Python sur CentOS à l'aide de Pyenv
Installez Python sur CentOS en utilisant pyenv
Installez Faiss sur CentOS 7
Installez Python sur Pidora.
Installez Scrapy sur python3
Installez numba sur CentOS 7.2
Installez Python sur Mac
Installer Python 3 dans un environnement Mac
Installez python sur Windows
Installez mecab-python sur CentOS
Installez Python 3.3 sur Ubuntu 12.04
Installez Python 3.4 sur Mac
Installez awscli sur centos7
Installer Chainer sur CentOS 6.7
Installez Python 3.6 sur Docker
Installer watchdog sur Windows + Python 3.3
Installer python
Installer pygame sur python3.4 sur Mac
Installez la série ImageMagick-6.2.x sur CentOS7.7
Installez pandas 0.14 sur python3.4 [sur Mac]
Installez Python 3.7 et Django 3.0 (CentOS)
Installez OpenCV sur Ubuntu + python
Installez Chrome sur la série CentOS 7
[Python] [Chainer] [Windows] Installer Chainer sous Windows
Remarques sur l'installation de Python sur CentOS
Installez Python Pillow sur Amazon Linux
Installez Python 3.8 sur Ubuntu 18.04 (norme du système d'exploitation)
Étapes pour installer MySQL 8.0 sur CentOS 8.1
Installez Python 3 sur le serveur Sakura (FreeBSD)
raspberry pi 4 centos7 installer sur docker
Installez Python 3.8 sur Ubuntu 20.04 (norme du système d'exploitation)
Installez xgboost (version python) sur Windows
Installez Python sur Windows + pip + virtualenv
Étapes pour installer VirtualBox sur CentOS
Installez Python 3.7 Anaconda sur MAC, mais Python 2
Installer python3 sur Mac (El Capitan)
Comment installer PyPy sur CentOS
Configurer l'environnement Python sur CentOS
Comment installer TensorFlow sur CentOS 7
Installez pip sur CentOS7. Aussi iPython.
Créer un environnement python dans centos
Installez VirtualBox sur CentOS 7 sur VirtualBox (mac + vagrant)
Installez Python 3.9 sur Ubuntu 20.04 (norme du système d'exploitation?)
Installer l'environnement de développement Python sur Windows 10
Installez confluent-kafka pour Python sur Ubuntu
Installez Python 2.7 sur Ubuntu 20.04 (norme du système d'exploitation?)
Comment installer Maven sur CentOS
Étapes pour installer python3 sur Mac
Créer un environnement python3 sur CentOS7
Note d'étude 9_Install Jenkins sur CentOS7
Python sur Windows
CentOS8 --Installer --Django
Installation locale de Python
Installez NAOqi python
python sur mac
Installer le contrôle Python