【问题标题】:Getting an error while installing Python 3.4.4 in Linux在 Linux 中安装 Python 3.4.4 时出错
【发布时间】:2017-10-23 10:13:21
【问题描述】:

在通过运行./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 python-3.x makefile configure python-install


    【解决方案1】:

    我已经删除了旧的 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
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-01-18
      • 1970-01-01
      • 2018-02-02
      • 2021-10-23
      • 2017-10-28
      相关资源
      最近更新 更多