在 Linux 中安装 Python 3.4.4 时出错
Getting an error while installing Python 3.4.4 in Linux
在通过 运行 ./configure
脚本将 Python 3.4.4 安装到 Linux 服务器时出现以下错误:
checking for ensurepip... upgrade
configure: creating ./config.status
config.status: error: cannot find input file: `Makefile.pre.in'
我正在搜索,但没有得到太多信息,请专家在这里提供他们的意见,将不胜感激。
我已经删除了旧的 python 目录并按照以下对我有用的步骤进行操作,也想与这里的人分享。
wget https://www.python.org/ftp/python/3.4.4/Python-3.4.4.tgz
tar xzf Python-3.4.4.tgz
cd Python-3.4.4/
./configure
make altinstall
python3.4 -V
在通过 运行 ./configure
脚本将 Python 3.4.4 安装到 Linux 服务器时出现以下错误:
checking for ensurepip... upgrade
configure: creating ./config.status
config.status: error: cannot find input file: `Makefile.pre.in'
我正在搜索,但没有得到太多信息,请专家在这里提供他们的意见,将不胜感激。
我已经删除了旧的 python 目录并按照以下对我有用的步骤进行操作,也想与这里的人分享。
wget https://www.python.org/ftp/python/3.4.4/Python-3.4.4.tgz
tar xzf Python-3.4.4.tgz
cd Python-3.4.4/
./configure
make altinstall
python3.4 -V