Originally posted by: AyappanP
For python2, you can get the pip rpm (python-pip & it's dependency python setuptools) from AIX toolbox.
After installing, please upgrade them using "pip install --upgrade <pip/setuptools> "
"pip install" downloads the package source code (from PYPI repo), then compiles & installs it.
For python3, use "python3 -m pip install <package>"
Since outbound access is not there for the machines, you need to manually download and copy the source tarballs to the machine and iinvoke pip like below
pip install <package.tar.gz>