PIP is a package management system used to install and manage software packages written in Python.

PIP can be installed either by using YUM or with Curl & Python.

  • On the next step update the packages:
    yum –y update
  • The last step would be to install python-PIP and any other required packages with the command
    yum -y install python-pip
  • Check installed version:
    pip –V