給centos6.4的python升級

因爲下載了一個apache-cassandra-2.2.4,運行cqlsh的時候提示只支持2.7的,而默認是2.66的,因而準備升級:python

wget --no-check-certificate https://www.python.org/ftp/python/2.7.8/Python-2.7.8.tgzapache

這裏須要特別注意一下,由於下載網址是https開頭的,因此要給wget命令加上--no-check-certificate參數spa

tar -zxvf Python-2.7.8.tgzorm

cd Python-2.7.8get

./configureit


#./configure編譯

#make all           ftp

#make install配置

#make clean     ###清除以前編譯的可執行文件及配置文件下載

#make distclean   ##清除全部生成的文件

相關文章
相關標籤/搜索