CentOS 7.0 下 Python 2.7 升級到 Python 3.5

前段由於時間工做須要,要把 Centos 7.0 默認安裝的 Python 2.7 升級到 Python 3.5。python

具體操做以下:c++

# 安裝 gcc gcc-c++ 等編譯工具軟件sql

yum install openssl-devel bzip2-devel expat-devel gdbm-devel readline-devel sqlite-devel gcc gcc-c++ wget -y

 

# 建立保存軟件的目錄工具

mkdir /home/tools && cd /home/tools/

 

# 下載 Python 3.5 版本url

wget "https://www.python.org/ftp/python/3.5.0/Python-3.5.0.tgz"

 

# 解壓編譯安裝spa

tar -zxf Python-3.5.0.tgz mkdir /usr/local/python3 Python-3.5.0/configure --prefix=/usr/local/python3 make
make install

 

 # 這裏須要備份還原系統 yum 命令使用的 Pyhon2.7 code

cd /usr/bin mv python python.bak ln -s /usr/local/python3/bin/python3 /usr/bin/python ln -s /usr/local/python3/bin/python3 /usr/bin/python3

 

# 修改yum配置文件sqlite

編輯 /usr/bin/yum 和 /usr/libexec/urlgrabber-ext-down 改爲: #!/usr/bin/python2.7

 

如今能夠愉快地使用 Python 3.5 了~blog

相關文章
相關標籤/搜索