IBM Cloud Private: Instalando o Python

From Wiki

Instalando Python e o Pip

Ubuntu:

sudo apt update
sudo apt install python python-pip

RedHat

yum update
yum install python-setuptools
easy_install pip

Desabilitar o SELinux (if using Red Hat Enterprise Linux)

Para evitar problemas durante a instalação, em cada nó do RHEL em seu cluster, incluindo o nó de inicialização, desative o SELinux com este comando:

setenforce 0

Ver também