Updated to Python 2.7.9

$ sudo wget https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz
$ tar zxvf Python-2.7.9.tgz
$ cd Python-2.7.9/

$ ./configure --with-threads --enable-shared
$ make
$ sudo make install

###Verification
$ python -V

###You may get the following error.
# python: error while loading shared libraries: libpython2.7.so.1.0: cannot open shared object file: No such file or directory
#Put a link
$ sudo ln -s /usr/local/lib/libpython2.7.so.1.0 /lib64/

#Check again
$ python -V
Python 2.7.9

Recommended Posts

Updated to Python 2.7.9
Anaconda updated from 4.2.0 to 4.3.0 (python3.5 updated to python3.6)
"Backport" to python 2
Private Python handbook (updated from time to time)
How to install Python
Changes from Python 3.0 to Python 3.5
Changes from Python 2 to Python 3.0
Rewrite Python2 code to Python3 (2to3)
How to install python
python decorator to retry
Introduction to Python language
Introduction to OpenCV (python)-(2)
Note to daemonize python
Introducing Python 2.7 to CentOS 6.6
Connect python to mysql
[Python MinMaxScaler] Normalize to 0 ~ 1
Updated Hospital_dashboard to ver.2.0
progate Python learning memo (updated from time to time)
[2020.8 latest] How to install Python
[python] Convert date to string
Post from Python to Slack
How to install Python [Windows]
Post to vim → Python → Slack
Introduction to Python Django (2) Win
To flush stdout in Python
Convert numpy int64 to python int
python3: How to use bottle (2)
[Python] Convert list to Pandas [Pandas]
Cheating from PHP to Python
A road to intermediate Python
Python
Try to understand Python self
Machine learning python code summary (updated from time to time)
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
Post to slack with Python 3
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
Convert Scratch project to Python
[Python] Convert Shift_JIS to UTF-8
Python: How to use pydub
[Python] How to use checkio
Switch from python2.7 to python3.6 (centos7)
How to run Notepad ++ Python
Speech to speech in python [text to speech]
[Python] Another way to import
Connect to sqlite from python
Switch python to 2.7 with alternatives
Write to csv with Python
[Introduction to Python] <list> [edit: 2020/02/22]
Introduction to Python (Python version APG4b)
How to change Python version
An introduction to Python Programming
How to develop in Python