How to Install Python 3 PIP & Easy_install on Mageia / Mandriva Linux Easy Guide
Installing Python 3 PIP for Mageia Linux
How to Install Python 3.x PIP Package Manager and Setuptools on Mageia GNU/Linux – Step by step Tutorial.
The Python 3.x Setuptools Package is Now Automatically Installed by the get-pip.py Script.
The pip3 is a Python Package Manager used to Install and Manage Software Packages written in Python 3.
 
- 
Open a Command Line Session 
 (Press “Enter” to Execute Commands)  In case first see: Terminal QuickStart Guide. 
- 
Open a Command Line Terminal Window 
 Right-Click on desktop >> Konsole.  In case first see: Terminal QuickStart Guide. 
- 
Installing Python 3.x Pip Tool. - 
Download the get-pip.py Pip Script Installer Right-Click on Link > Save As get-pip.py. 
- 
Installing Python Pip. cd ~/Downloads To give Execution permission: chmod +x get-pip.py If Got “User is Not in Sudoers file” then see: How to Enable sudo su -c "python3 get-pip.py" 
 
- 
- 
The Pip Installer Automatically Install the Python Setuptools with Easy_Install 
 Then too Update it Run:sudo pip install -U setuptools 
