首页 > 解决方案 > RHEL 7.6 - 从 Source Broke Network 构建 Python3.6

问题描述

我有一个默认运行 Python2.7 和 Python3.4 的 RHEL 系统

我需要 Python3.6 来完成我想从事的项目,所以我下载了它并从源代码构建它。我跑了makemake install事后看来可能是错误的决定。

现在我似乎没有任何互联网连接。有谁知道我可能重写了什么来导致这个,或者至少我可以在哪里具体寻找到这个问题?

注意:我可以将 Putty 放入 Linux 机器,但它似乎没有任何其他连接,特别是 HTTPS

标签: python-3.xmakefilecentosredhat

解决方案


I suggest to undo that 3.6 installation and use the Software Collections version of python 3.6. See here for python 3.6 installation. Software Collections install "along side" the original versions so as to not affect the OS - and they are included in the subscription.


推荐阅读