通过 源码 安装 python
为了vim
PYTHON="3.4.1"
tget () { #try wget
filename=`basename $1`
echo "Downloading [${filename}]..."
if [ ! -f ${filename} ];then
wget $1
fi
echo "[OK] Downloaded [${filename}] "
}
tget https://www.python.org/ftp/python/${PYTHON}/Python-${PYTHON}.tgz
tar xf Python-${PYTHON}.tgz
cd Python-${PYTHON}
./configure
make
make instal
如果说我的文章对你有用,只不过是我站在巨人的肩膀上再继续努力罢了。
若在页首无特别声明,本篇文章由 Schips 经过整理后发布。
博客地址:https://www.cnblogs.com/schips/
若在页首无特别声明,本篇文章由 Schips 经过整理后发布。
博客地址:https://www.cnblogs.com/schips/