Install Python2.2 under AIX

Source: Internet
Author: User
Tags ftp readline python script linux
A colleague wants to use the Python script under the AIX5, has been tossing for a long time, is the installment, summarized as follows:
1,
From AIX Toolbox for Linux applications:
Http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html
Download:
Python-devel2.2licenserpmsourcethe libraries and header files needed for Python extension development. Python-docs2.2licenserpmsourcedocumentation for the Python programming language. Python-tools2.2licenserpmsourcea collection of development tools included with Python.python2.2licenserpmsourcean interpreted, interactive, object-oriented programming language.
readline-devel4.3licenserpmsourcedevelopment files for programs which would use the ReadLine Library.readline4.3licenserpmsourcea Library for reading and returning lines from a terminal.
2, download the following files:

ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/db/db-3.3.11-3.aix4.3.ppc.rpm
ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/expat/expat-1.95.2-4.aix5.1.ppc.rpm
ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/gdbm/gdbm-1.8.0-5.aix4.3.ppc.rpm
ftp://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/readline/readline-4.3-1.aix5.1.ppc.rpm

3, Installation:
Log on to Aix and execute the following command with Root:
RPM-IVH db-3.3.11-3.aix4.3.ppc.rpm
RPM-IVH expat-1.95.2-4.aix5.1.ppc.rpm
RPM-IVH gdbm-1.8.0-5.aix4.3.ppc.rpm
RPM-IVH readline-4.3-1.aix5.1.ppc.rpm
When the environment is ready, use RPM-IVH to install Python-related rpm.



Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.