Installing
-
2. Installing Python 3
How to Install Python 3 in CentOS 7 GNU/Linux
-
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
-
4. Installing Setuptools
Finally, possibly to Install Python 3 Setuptools
To Search:yum search setuptools
And to Install:
sudo yum install python36-setuptools
Contents