中国IT动力,最新最全的IT技术教程
最新100篇 | 推荐100篇 | 专题100篇 | 排行榜 | 搜索 | 在线API文档
首 页 | 程序开发 | 操作系统 | 软件应用 | 图形图象 | 网络应用 | 精文荟萃 | 教育认证 | 硬件维护 | 未整理篇 | 站长教程
ASP JS PHP工程 ASP.NET 网站建设 UML J2EESUN .NET VC VB VFP 网络维护 数据库 DB2 SQL2000 Oracle Mysql
服务器 Win2000 Office C DreamWeaver FireWorks Flash PhotoShop 上网宝典 CorelDraw 协议大全 网络安全 微软认证
硬件维护  CPU  主板  硬盘  内存  显卡  显示器  键盘鼠标  声卡音箱  打印机  机箱电源  BIOS  网卡  C#  Java  Delphi  vs.net2005
  当前位置:> 程序开发 > 数据库开发 > 数据库综合
AIX下安装Python2.2
作者:未知 时间:2004-10-22 12:12 出处:Blog 责编:chinaitpower
              摘要:暂无
有个同事要在AIX5下使用Python脚本,折腾了半天,算是安装上了,总结如下:
1、
 AIX Toolbox for Linux Applications :
http://www-1.ibm.com/servers/aix/products/aixos/linux/download.html
下载:
Python-devel 2.2 License RPM Source The libraries and header files needed for Python extension development.
Python-docs 2.2 License RPM Source Documentation for the Python programming language.
Python-tools 2.2 License RPM Source A collection of development tools included with Python.
Python 2.2 License RPM Source An interpreted, interactive, object-oriented programming language.

readline-devel 4.3 License RPM Source Development files for programs which will use the readline library.
readline 4.3 License RPM Source A library for reading and returning lines from a terminal.

2、下载如下文件:

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,安装:
登录AIX,用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
环境准备好后,用rpm -ivh 安装Python相关rpm即可。
  
  
关闭本页
 
首页 | 投资与合作 | 服务条款 | 隐私政策 | 收藏本站 | 设为首页 | 新用户注册 | 免责声明 | 使用帮助
Copyright ©2005-2008 chinaitpower.com All rights reserved. www.chinaitpower.com 版权所有