Installing Python 3 PIP for Arch Linux
Hi! The Tutorial shows you Step-by-Step How to Install Python 3.x PIP Package Manager and Setuptools on Arch GNU/Linux.
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