IBM Cloud Private: Instalando o Python

From Wiki
Revision as of 14:56, 19 January 2019 by Ebasso (talk | contribs) (Criou a página com " =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 = Desabili...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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