1. Python 3.8.1安装 源码安装常规操作: wget -c https://www.python.org/ftp/python/3.8.1/Python-3.8.1.tgz tar -xvf Python-3.8.1.tgz mkdir -p /my/python/ cd Python-3.8.1 ./configure --prefix="/my/python/" make make install make后没报错,但出现了如下提示: Could not build t
centos6.5环境下安装python2.7 解压python源码包 tar -xf Python-2.7.6.tar.xz 进入软件包目录 cd Python-2.7.6 添加配置项 ./configure --prefix=/usr/local/python27 编译 make 报错 Python build finished, but the necessary bits to build these modules were not found: _bsddb