标签:版本 com bin packages 解压 ber 依次 文件 val
1,在 /usr/local/src/下
获取python3.5的包
wget https://www.python.org/ftp/python/3.5.1/Python-3.5.1.tar.xz
2. .tar.xz的解压方法:
xz -d mpfr-3.1.2.tar.xz
会产生一个mpfr-3.1.2.tar 文件,再执行
tar -xvf mpfr-3.1.2.tar
xz
-
d Python
-
3.5
.
1.tar
.xz
tar
-
xf Python
-
3.5
.
1.tar
3,在/usr/local/下创建python3.5录目
mkdir
/
usr
/
local
/
python3.
5
4.
首先cd
/
usr
/
local
/
src
/
Python
-
3.5
.
1
依次执行以下命令
./configure --prefix=/usr/local/python3.5
make all
make install
make clean
make distclean
mv
/
usr
/
bin
/
python
/
usr
/
bin
/
python2.
6.6
修改软连接
sudo ln
-
s
/
usr
/
local
/
python3.
5
/
bin
/
python3
/
usr
/
bin
/
python
centos python2升级为python3 升级旧版本django
标签:版本 com bin packages 解压 ber 依次 文件 val
原文地址:http://www.cnblogs.com/jjj-fly/p/6888439.html