Install PIP 🐍 on CentOS 8

Install PIP 🐍 on CentOS 8

PIP is part of Extra Packages for Enterprise Linux (EPEL), so we first need to install EPEL:

yum install epel-release

Confirm the install and hit enter to complete the install process.

then we can install python-pip:

yum -y install python-pip

to verify the installation:

pip --help

NOTE: Make sure Python is installed prior to installing PIP.

whoami
Stefan Pejcic
Join the discussion

I enjoy constructive responses and professional comments to my posts, and invite anyone to comment or link to my site.