Hi Sir/Ma'am,
I am new to AIX & I was tasked to install python because it is a pre-requisite of datadog application, a monitoring tool used by our company. Per checking, I was able to install python3.7 & per what I was able to read, pip should already be included on Python 3.4 & up. But when when I am checking it, pip is not included on what I have installed. Already looked throughout the net & I am having a hard time looking for a solution for AIX.
Asking for your kind assistance please, thank you
"pip is the preferred installer program. Starting with Python 3.4, it is included by default with the Python binary installers."
bash-4.3# rpm -qa | grep python
rpm-python3-4.15.1-32_1.ppc
python3-libdnf-0.39.1-32_2.ppc
python3-gpgme-1.13.1-32_1.ppc
python3-dnf-4.2.17-32_2.noarch
python3-librepo-1.11.0-32_1.ppc
python3-3.7.9-0.ppc
python3-hawkey-0.39.1-32_2.ppc
python3-libcomps-0.1.11-32_1.ppc
bash-4.3# oslevel -s
7200-04-03-2038
bash-4.3# pwd
/opt/freeware/bin
bash-4.3# python --version
bash: python: command not found
bash-4.3# python3 --version
bash: python3: command not found
bash-4.3# ./python --version
bash: ./python: A file or directory in the path name does not exist.
bash-4.3# ./python3 --version
Python 3.7.9
bash-4.3# python -m pip --version
bash: python: command not found
bash-4.3# pwd
/opt/freeware/bin
bash-4.3# python3 -m pip --version
bash: python3: command not found
bash-4.3# ./python -m pip --version
bash: ./python: A file or directory in the path name does not exist.
bash-4.3# ./python3 -m pip --version
/opt/freeware/bin/python3: No module named pip
bash-4.3#
bash-4.3# rpm -ivh python-pip-10.0.1-1.aix6.1.noarch.rpm
error: Failed dependencies:
python-setuptools >= 0.9.8-2 is needed by python-pip-10.0.1-1.noarch
python is needed by python-pip-10.0.1-1.noarch
/opt/freeware/bin/python is needed by python-pip-10.0.1-1.noarch
/opt/freeware/bin/python_64 is needed by python-pip-10.0.1-1.noarch
bash-4.3#
------------------------------
Dominador Jr Murao
------------------------------