@@ -49,13 +49,47 @@ proceed to install the IBM z/OS core collection.
4949 `playbook configuration `_ topic. In addition to the
5050 `playbook configuration `_, review our `FAQs `_ for additional help.
5151
52- There is an additional step for `Z Open Automation Utilities 1.1.0 `_
53- (ZOAU) over prior installations of ZOAU on the target z/OS. After you
54- install ZOAU whether from a PAX archive or through SMPe, you will need to
55- perform a PIP installation of the ZOAU Python libraries using this command
56- ``pip install zoautil_py-1.1.0.tar.gz ``. This will install the ZOAU
57- Python libraries on the z/OS target for use z/OS Ansible Core and other
58- collections.
52+ There is an additional step for `Z Open Automation Utilities 1.1.0 `_ (ZOAU)
53+ over prior installations of ZOAU on the target z/OS. After you have
54+ `configured IBM Open Enterprise Python on z/OS `_ **environment variables **
55+ on the z/OS target and have installed ZOAU from a PAX archive or through
56+ SMPe, you will need to perform a PIP installation of the ZOAU Python
57+ libraries and ensure you have either exported or added these environment
58+ variables to your **z/OS ** host **.profile **.
59+
60+ **Variables **:
61+
62+ | ``export ZOAU_HOME=/usr/lpp/IBM/zoautil``
63+ | ``export PATH=${ZOAU_HOME}/bin:$PATH``
64+ | ``export LIBPATH=${ZOAU_HOME}/lib:${LIBPATH}``
65+
66+ **PIP installation command **:
67+
68+ | ``pip install zoautil_py-1.1.0.tar.gz``.
69+
70+ This will install the ZOAU Python libraries on the **z/OS ** target for use
71+ by **z/OS Ansible core ** and other collections.
72+
73+ However, the Python installation may not have the the symbolic link for
74+ ``pip `` in which case you can use ``pip3 `` to install the libraries:
75+ | ``pip3 install zoautil_py-1.1.0.tar.gz``.
76+
77+ If the Python installation has not installed the ``wheel `` packaging
78+ standard and not updated the ``pip `` version to the latest, the warning
79+ messages can be ignored.
80+
81+ **Example output **:
82+
83+ | Processing ./zoautil_py-1.1.0.tar.gz
84+ | Using legacy setup.py install for zoautil-py, since package 'wheel' is
85+ not installed.
86+ | Installing collected packages: zoautil-py
87+ | Running setup.py install for zoautil-py ... done
88+ | Successfully installed zoautil-py-1.1.0
89+ | WARNING: You are using pip version 20.1.1; however, version 20.2.4 is
90+ available.
91+ | You should consider upgrading via the
92+ '<python_path>/pyz_3_8_2/usr/lpp/IBM/cyp/v3r8/pyz/bin/python3.8 -m pip install --upgrade pip' command.
5993
6094* `z/OS OpenSSH `_
6195* The `z/OS® shell `_
@@ -113,6 +147,9 @@ proceed to install the IBM z/OS core collection.
113147.. _Z Open Automation Utilities 1.1.0 :
114148 https://www.ibm.com/support/knowledgecenter/SSKFYE_1.1.0/install.html
115149
150+ .. _configured IBM Open Enterprise Python on z/OS :
151+ https://www.ibm.com/support/knowledgecenter/SSCH7P_3.8.0/install.html
152+
116153Python on z/OS
117154--------------
118155
0 commit comments