AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.

 View Only
Expand all | Collapse all

Does Python come pre-loaded on the AIX 7.1, 6.1 (and its fixpacks)

  • 1.  Does Python come pre-loaded on the AIX 7.1, 6.1 (and its fixpacks)

    Posted Wed December 12, 2012 02:00 AM

    Originally posted by: SystemAdmin


    Does Python come pre-loaded on the AIX 7.1, 6.1 (and its fixpacks)?
    If so, what version of Python comes installed?
    If not, is it available as a package to be downloaded for AIX? (Python foundation does not have binaries for AIX).


  • 2.  Re: Does Python come pre-loaded on the AIX 7.1, 6.1 (and its fixpacks)

    Posted Wed December 12, 2012 02:07 PM

    Originally posted by: alethad


    No it doesn't. You may find it on the Linux toolkit CD that came with your base OS.
    If you don't have that you'll just have to go get it from an Open Source.

    Here's a good one I use. Just make sure you get the right binaries for your OS level. And you will have to install the prerequisites separately which you would have to do anyway if you do have the toolkit CD.

    http://www.perzl.org/aix/

    Good luck.

    You've got to continue to grow, or you're just like last night's cornbread -- stale & dry Loretta Lynn alethad


  • 3.  Re: Does Python come pre-loaded on the AIX 7.1, 6.1 (and its fixpacks)

    Posted Fri December 14, 2012 04:38 AM

    Originally posted by: SystemAdmin


    Thank you.