hao0089 发表于 2018-8-10 07:37:29

centos6.8安装python3.5.2

wget  
tar xf Python-3.5.2.tgz   (大概80Mb)
  
cd Python-3.5.2
  
./configure --prefix=/usr/local/ --enable-shared
  
echo $?
  
make
  
echo $?
  
make install
  
ln –s /usr/local/bin/python3 /usr/bin/python3
页: [1]
查看完整版本: centos6.8安装python3.5.2