yum upgrade python
给
Could not find update match for python
我必须从源代码安装吗?
wget http://www.python.org/ftp/python/2.5.2/Python-2.5.2.tgz tar fxz Python-2.5.2.tgz cd Python-2.5.2 ./configure make make install
这将安装Python 2.5作为命令python2.5,因为yum和CentOS的其他部分需要旧的Python 2.4,因此您将安装两个版本的Python.
/usr/bin/python - 2.4.3 /usr/bin/python2.5 - 2.5