2017
12-07
12-07
linux下手动编译安装python2/python3环境
python3源码安装
wget https://www.python.org/ftp/python/3.6.3/Python-3.6.3.tgz
tar zxvf Python-3.6.3.tgz
cd Python-3.6.3
./configure --with-threads --with-ensurepip=install --prefix=/usr/local/python.... Read More >