简体   繁体   中英

Python installation on aix

Is it possible to install Python on AIX server. I have installed it on Linux and Windows but not able to find the correct installables for AIX

A few choices. As Anthon says, you could try compiling it yourself.

Another choice is http://www.perzl.org/aix/ I see a 2.6 build there.

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

Check the AIX package at https://github.com/chevah/python-package/releases . This includes OpenSSL 1.0.2 libraries, patched with the latest security updates.

You need to install yum from here Untar it and install all rpms. I will auto install python 2.7, after you can install python3 from yum.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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