简体   繁体   English

在 aix 上安装 Python

[英]Python installation on aix

Is it possible to install Python on AIX server.是否可以在 AIX 服务器上安装 Python。 I have installed it on Linux and Windows but not able to find the correct installables for AIX我已经在 Linux 和 Windows 上安装了它,但无法找到适用于 AIX 的正确安装程序

A few choices.几个选择。 As Anthon says, you could try compiling it yourself.正如 Anthon 所说,您可以尝试自己编译它。

Another choice is http://www.perzl.org/aix/ I see a 2.6 build there.另一个选择是http://www.perzl.org/aix/我在那里看到 2.6 版本。

您可以在此处找到 AIX 的官方 Python RPM

Check the AIX package at https://github.com/chevah/python-package/releases .https://github.com/chevah/python-package/releases检查 AIX 包。 This includes OpenSSL 1.0.2 libraries, patched with the latest security updates.这包括使用最新安全更新修补的 OpenSSL 1.0.2 库。

You need to install yum from here Untar it and install all rpms.你需要从这里安装 yum 解压它并安装所有的 rpm。 I will auto install python 2.7, after you can install python3 from yum.在您可以从 yum 安装 python3 之后,我将自动安装 python 2.7。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM