CentOS 6.x x86_64 Python-2.7.4 rpm Package Creation

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)

Release: 1 Build Date: May 03, 2013 22:28:01 Install Date: May 03, 2013 22:30:16 Build Host: 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

CentOS 6.x x86_64 Python-2.7.4 rpm Package Creation
Python2.7 + CentOS7 + OpenCV3
CentOS8 --Install --Python3
Python test package memo
Install Python3.4 on CentOS 6.6
Python 2.7 installation (yum) (CentOS 6.8)
Slack chatbot creation Python
Introducing Python 2.7 to CentOS 6.6
Install Python 2.7.3 on CentOS 5.4
Python package manager comparison
[Blender x Python] Blender Python tips (11/100)
python> Link> PyUserInput package |
Python 3.5 installation (yum) (CentOS 6.8)
python (pyenv + pyenv-virtualenv) + CentOS7 installation
Register DynamoDB x Python / Decimal
Python package management in IntelliJ
Install Python 3.8 on CentOS 7 (SCL)
Put Python 3.x on Ubuntu
Run Tensorflow 2.x on Python 3.7
Install Python 3.7 and Django 3.0 (CentOS)
2.x, 3.x character code of python
Switch from python2.7 to python3.6 (centos7)
Install Python 3.8 on CentOS 8 (AppStream)
[Python] virtualenv creation procedure memo
Notes on installing Python on CentOS
Convert python 3.x code to python 2.x