CentOS升级Python2.6.6至2.7.5环境
时间:2015-10-22 22:55 来源:linux.it.net.cn 作者:IT
# python -V
Python 2.6.6
# wget http://python.org/ftp/python/2.7.5/Python-2.7.5.tgz
# tar xvf Python-2.7.5.tgz
# cd Python-2.7.5
# ./configure
# make all
# make install
# make clean
# make distclean
-
# rm /usr/bin/python
-
# ln -s /usr/local/bin/python2.7 /usr/bin/python
-
# python -V
-
Python 2.7.5
-
# vim /usr/bin/yum
(责任编辑:IT)
|