Python
-
cent os > python 2.6 to python 2.7 upgradePython 2013. 12. 5. 11:26
http://www.nerdsmind.com/how-to-upgrade-python-in-centos/ wget http://python.org/ftp/python/2.7.3/Python-2.7.3.tgz tar -zxvf Python-2.7.3.tgz cd Python-2.7.3 yum install gcc ./configure --enable-shared make make altinstall rm /usr/bin/pythonln -s /usr/local/bin/python2.7 /usr/bin/python