Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Install python 2.7 on CentOS
SUBMITTED BY:
Guest
DATE:
Nov. 12, 2013, 8:47 p.m.
FORMAT:
Text only
SIZE:
204 Bytes
Raw
Download
Tweet
HITS:
734
Go to comments
Report
#/bin/sh
yum install gcc
cd /usr/src
wget http://www.python.org/ftp/python/2.7.5/Python-2.7.5.tgz
tar -xzf Python-2.7.5.tgz
cd Python-2.7.5
./configure
make altinstall
python2.7 -V
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus