How to Install Python 3 PIP in Oracle Gnu/Linux 7

September 10, 2019 | By the+gnu+linux+evangelist.

Installing

  1. 2. Installing Python 3

    How to Install Python 3 in Oracle GNU/Linux 7

    Python 3 Oracle Linux 7 Setup Guide
  2. 3. Installing PIP

    Then to Install Python 3 PIP
    First, Search for the Available releases with:

    yum search pip | grep python

    The grep Command simply Refine the Search Results including only those containing the Keyword.
    Then for instance, to Install Python 3.6 Pip do:

    sudo yum install python36-pip
  3. 4. Installing Setuptools

    Finally, possibly to Install Python 3 Setuptools
    To Search:

    yum search setuptools

    And to Install:

    sudo yum install python36-setuptools

Contents


QuickChic Theme • Powered by WordPress