Création de paquetages CentOS 6.x x86_64 Python-2.7.4 rpm

head -n1 /etc/issue

CentOS release 6.4 (Final)

yum install wget zlib-devel cd /usr/local/src/ wget http://www.python.org/ftp/python/2.7.4/Python-2.7.4.gz tar zxvf Python-2.7.4.tgz cd Python-2.7.4 ./configure make checkinstall -R --fstrans=no --backup=yes --install=no make install rpm -ivh /root/rpmbuild/RPMS/x86_64/python27-2.7.4-1.x86_64.rpm rpm -qi python27

Name        : python27                     Relocations: (not relocatable)
Version     : 2.7.4                        Vendor: (none)

Date de sortie: 1 Date de construction: 3 mai 2013 22:28:01 Date d'installation: 3 mai 2013 22:30:16 Hôte de build: localhost Group : Applications/System Source RPM: python27-2.7.4-1.src.rpm Size : 92263133 License: GPL Signature : (none) Packager : checkinstall-1.6.3

Recommended Posts

Création de paquetages CentOS 6.x x86_64 Python-2.7.4 rpm
Python2.7 + CentOS7 + OpenCV3
CentOS8 --Installer --Python3
Mémo du package de test Python
Installez Python3.4 sur CentOS 6.6
Installation de Python 2.7 (yum) (CentOS 6.8)
Création de chatbot Slack Python
Introduction de Python 2.7 à CentOS 6.6
Installez Python 2.7.3 sur CentOS 5.4
Comparaison du gestionnaire de packages Python
python> Lien> Package PyUserInput |
Installation de Python 3.5 (yum) (CentOS 6.8)
python (pyenv + pyenv-virtualenv) + installation CentOS7
Enregistrer DynamoDB x Python / Decimal
Gestion des packages Python avec IntelliJ
Installez Python 3.8 sur CentOS 7 (SCL)
Mettez Python 3.x dans Ubuntu
Exécutez Tensorflow 2.x sur Python 3.7
Installez Python 3.7 et Django 3.0 (CentOS)
2.x, 3.x code de caractères des séries python
Passer de python2.7 à python3.6 (centos7)
Installez Python 3.8 sur CentOS 8 (AppStream)
[Python] mémo de procédure de création virtualenv
Remarques sur l'installation de Python sur CentOS
Convertir le code python 3.x en python 2.x