Introducing Python 2.7 to CentOS 6.6

# wget https://www.python.org/ftp/python/2.7.12/Python-2.7.12.tgz
# tar xzvf Python-2.7.12.tgz
# cd Python-2.7.12
# ./configure
# make
# make install
$ python --version
Python 2.7.12

Recommended Posts

Introducing Python 2.7 to CentOS 6.6
Updated to Python 2.7.9
Python2.7 + CentOS7 + OpenCV3
CentOS8 --Install --Python3
"Backport" to python 2
Connecting from python to MySQL on CentOS 6.4
How to install python3 with docker centos
How to install Python
Changes from Python 3.0 to Python 3.5
Changes from Python 2 to Python 3.0
Introducing 4 ways to monitor Python applications using Prometheus
Rewrite Python2 code to Python3 (2to3)
How to install python
python decorator to retry
Install Python3.4 on CentOS 6.6
Introduction to OpenCV (python)-(2)
Python 2.7 installation (yum) (CentOS 6.8)
Note to daemonize python
Install Python 2.7.3 on CentOS 5.4
Connect python to mysql
[Python MinMaxScaler] Normalize to 0 ~ 1
[CentOS8] How to output Python standard output to systemd log
Python 3.5 installation (yum) (CentOS 6.8)
Connect to BigQuery with Python
[2020.8 latest] How to install Python
python (pyenv + pyenv-virtualenv) + CentOS7 installation
[python] Convert date to string
Post from Python to Slack
How to install Python [Windows]
Introduced Jupyter Notebook to CentOS 7
Introduction to Python Django (2) Win
Convert numpy int64 to python int
python3: How to use bottle (2)
[Python] Convert list to Pandas [Pandas]
A road to intermediate Python
Try to understand Python self
Python notes to forget soon
[Python] How to use list 1
Login to website in Python
Connect to Wikipedia with Python
How to update Python Tkinter to 8.6
Install Python 3.8 on CentOS 7 (SCL)
Anaconda updated from 4.2.0 to 4.3.0 (python3.5 updated to python3.6)
Post to Twitter using Python
How to use Python argparse
Start to Selenium using python
Introduction to serial communication [Python]
Update python on Mac to 3.7-> 3.8
3 Reasons Beginners to Start Python
Install Python 3.7 and Django 3.0 (CentOS)
Convert Scratch project to Python
[Python] Convert Shift_JIS to UTF-8
Python: How to use pydub
[Python] How to use checkio
How to run Notepad ++ Python
Introducing TensorFlow on Ubuntu + Python 2.7
Speech to speech in python [text to speech]
Introducing Python in Practice (PiP)
[Python] Another way to import
Connect to sqlite from python
Switch python to 2.7 with alternatives