温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

Install python on AIX 7

发布时间:2020-08-06 16:47:05 来源:ITPUB博客 阅读:193 作者:zchbaby2000 栏目:服务器

Download python install software from website http://www.aixtools.net/index.php/Packages
ftp pyton install software "aixtools.python3.3.6.5.0.64bit.I" to path /tmp/pyinstall

smit install
->  Install and Update Software
->  Install Software
->  INPUT device / directory for software </tmp/pyinstall>
->  SOFTWARE to install: aixtools.python3
->  ACCEPT new license agreements? yes

Press "ENTER" 2 times.

-bash-3.2# cd /opt/bin
-bash-3.2# ls -l
total 19904
-rwxr-xr-x    1 bin      bin              95 Jun  1 23:25 2to3
-rwxr-xr-x    1 bin      bin              95 Jun  1 23:25 2to3-3.6
-rwxr-xr-x    1 bin      bin             236 Jun  1 23:25 easy_install-3.6
-rwxr-xr-x    1 bin      bin              93 Jun  1 23:25 idle3
-rwxr-xr-x    1 bin      bin              93 Jun  1 23:25 idle3.6
-rwxr-xr-x    1 bin      bin             208 Jun  1 23:25 pip3
-rwxr-xr-x    1 bin      bin             208 Jun  1 23:25 pip3.6
-rwxr-xr-x    1 bin      bin              78 Jun  1 23:25 pydoc3
-rwxr-xr-x    1 bin      bin              78 Jun  1 23:25 pydoc3.6
-rwxr-xr-x    1 bin      bin         5066438 Jun  1 23:22 python3
-rwxr-xr-x    1 bin      bin            3037 Jun  1 23:25 python3-config
-rwxr-xr-x    1 bin      bin         5066438 Jun  1 23:22 python3.6
-rwxr-xr-x    1 bin      bin            3037 Jun  1 23:25 python3.6-config
-rwxr-xr-x    1 bin      bin            3037 Jun  1 23:25 python3.6m-config
-rwxr-xr-x    1 bin      bin             435 Jun  1 23:25 pyvenv
-rwxr-xr-x    1 bin      bin             435 Jun  1 23:25 pyvenv-3.6
-bash-3.2# ln -sf /opt/bin/python3 /usr/bin/python
-bash-3.2# ls -l /usr/bin/python
lrwxrwxrwx    1 root     system           16 Oct  8 14:12 /usr/bin/python -> /opt/bin/python3
-bash-3.2#

-bash-3.2# pwd
/opt/lib
-bash-3.2# ls -l
total 8
drwxr-xr-x    3 bin      bin            4096 Oct 10 11:02 python3.6
-bash-3.2#


-bash-3.2# lslpp -l | grep -i python
  aixtools.python3.adt       3.6.5.0  COMMITTED  python python3 ADT files
  aixtools.python3.man.en_US
                             3.6.5.0  COMMITTED  python python3 man pages
  aixtools.python3.rte       3.6.5.0  COMMITTED  python python3 01-Jun-2018
-bash-3.2# lslpp -h aixtools.python3.adt
  Fileset         Level     Action       Status       Date         Time        
  ----------------------------------------------------------------------------
Path: /usr/lib/objrepos
  aixtools.python3.adt
                  3.6.5.0   COMMIT       COMPLETE     10/08/18     14:10:11    
-bash-3.2# lslpp -h aixtools.python3.rte
  Fileset         Level     Action       Status       Date         Time        
  ----------------------------------------------------------------------------
Path: /usr/lib/objrepos
  aixtools.python3.rte
                  3.6.5.0   COMMIT       COMPLETE     10/08/18     14:10:11    
-bash-3.2# lslpp -h aixtools.python3.man.en_US
  Fileset         Level     Action       Status       Date         Time        
  ----------------------------------------------------------------------------
Path: /usr/lib/objrepos
  aixtools.python3.man.en_US
                  3.6.5.0   COMMIT       COMPLETE     10/08/18     14:10:11    
-bash-3.2#

$ python
Python 3.6.5 (default, Jun  1 2018, 16:50:58) [C] on aix6
Type "help", "copyright", "credits" or "license" for more information.
>>> quit()
$


安装ibm_db包

要求Xlc是安装好的

-bash-3.2# lslpp -l | grep -i xlc
  xlC.adt.include           13.1.0.0  COMMITTED  C Set ++ Application
  xlC.aix61.rte             13.1.3.1  COMMITTED  IBM XL C++ Runtime for AIX 6.1
  xlC.cpp                    9.0.0.0  COMMITTED  C for AIX Preprocessor
  xlC.rte                   13.1.3.1  COMMITTED  IBM XL C++ Runtime for AIX
  xlC.sup.aix50.rte          9.0.0.1  COMMITTED  XL C/C++ Runtime for AIX 5.2
  xlCcmp.13.1.0             13.1.0.0  COMMITTED  XL C++ compiler
  xlCcmp.13.1.0.bundle      13.1.0.0  COMMITTED  XL C++ media defined bundles
  xlCcmp.13.1.0.lib         13.1.0.0  COMMITTED  XL C++ libraries
  xlCcmp.13.1.0.license     13.1.0.0  COMMITTED  XL C++ license files
  xlCcmp.13.1.0.ndi         13.1.0.0  COMMITTED  XL C++ non-default
  xlCcmp.13.1.0.tools       13.1.0.0  COMMITTED  XL C++ tools
  xlccmp.13.1.0             13.1.0.0  COMMITTED  XL C compiler
  xlccmp.13.1.0.bundle      13.1.0.0  COMMITTED  XL C media defined bundles
  xlccmp.13.1.0.lib         13.1.0.0  COMMITTED  XL C libraries for AIX 6.1 and
  xlccmp.13.1.0.license     13.1.0.0  COMMITTED  XL C license files
  xlccmp.13.1.0.ndi         13.1.0.0  COMMITTED  XL C non-default installation
-bash-3.2#


Step 1:

在/etc/profile里面加入

if [ -f /home/db2inst1/sqllib/db2profile ]; then
    . /home/db2inst1/sqllib/db2profile
fi

...

export PATH=/opt/IBM/xlc/13.1.0/bin/:$PATH


Step 2:

cd /opt/bin

-bash-3.2# export OBJECT_MODE=64
-bash-3.2# ./pip3 install ibm_db
Collecting ibm_db
  Using cached https://files.pythonhosted.org/packages/3f/61/389c6decacfed61c2724005b8c2be61f2c699f731b53af13517e5a0e6e98/ibm_db-2.0.9.tar.gz
Installing collected packages: ibm-db
  Running setup.py install for ibm-db ... done
Successfully installed ibm-db-2.0.9

-bash-3.2# ./pip install ibm_db_sa
Collecting ibm_db_sa
  Downloading https://files.pythonhosted.org/packages/97/7a/0b0fa69103683f51cf30a5d7ee75465c136cae17618b90d984709968915a/ibm_db_sa-0.3.4.tar.gz
Collecting sqlalchemy>=0.7.3 (from ibm_db_sa)
  Downloading https://files.pythonhosted.org/packages/25/c9/b0552098cee325425a61efdf380c51b5c721e459081c85bbb860f501c091/SQLAlchemy-1.2.12.tar.gz (5.6MB)
    100% |################################| 5.6MB 1.5MB/s
Requirement already satisfied: ibm_db>=2.0.0 in /opt/lib/python3.5/site-packages (from ibm_db_sa) (2.0.9)
Installing collected packages: sqlalchemy, ibm-db-sa
  Running setup.py install for sqlalchemy ... done
  Running setup.py install for ibm-db-sa ... done
Successfully installed ibm-db-sa-0.3.4 sqlalchemy-1.2.12
-bash-3.2# ./pip install ibm_db_django
Collecting ibm_db_django
  Downloading https://files.pythonhosted.org/packages/cc/66/e0fabfc3f1e326b0a08ee866353e1d830bdff1d2b714475b3f320f728915/ibm_db_django-1.1.1.2.tar.gz
Requirement already satisfied: ibm_db>=1.0.3 in /opt/lib/python3.5/site-packages (from ibm_db_django) (2.0.9)
Collecting django>=1.0.3 (from ibm_db_django)
  Using cached https://files.pythonhosted.org/packages/32/ab/22530cc1b2114e6067eece94a333d6c749fa1c56a009f0721e51c181ea53/Django-2.1.2-py3-none-any.whl
Collecting pytz (from django>=1.0.3->ibm_db_django)
  Using cached https://files.pythonhosted.org/packages/30/4e/27c34b62430286c6d59177a0842ed90dc789ce5d1ed740887653b898779a/pytz-2018.5-py2.py3-none-any.whl
Installing collected packages: pytz, django, ibm-db-django
  Running setup.py install for ibm-db-django ... done
Successfully installed django-2.1.2 ibm-db-django-1.1.1.2 pytz-2018.5

Step 3:

查看一下安装的包

-bash-3.2# ./pip list --format=columns
Package       Version
------------- -------
Django        2.1.2  
ibm-db        2.0.9  
ibm-db-django 1.1.1.2
ibm-db-sa     0.3.4  
pip           18.1   
pytz          2018.5
setuptools    20.10.1
SQLAlchemy    1.2.12
-bash-3.2#


Uninstall

smitty >> Software Installation and Maintenance
>>software Maintenance and Utilities
>>Remove Installed Software
注意:PREVIEW only? (remove operation will NOT occur) 设置为no
ENTER
ENTER
DO!

手工删除安装目录

向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI