How to Install Python 3 PIP & Easy_install on Arch Linux Easy Guide

March 5, 2016 | By the+gnu+linux+evangelist.

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.

pip for Python 3 Installation Arch Linux - Featured
  1. Open a Command Line Session
    (Press “Enter” to Execute Commands)

    Python 3 pip installation for Arch Linux - Open Terminal
  2. Open a Command Line Terminal Window
    Right-Click on Desktop >> Konsole.

    Python 3 pip installation for Arch Linux - Open Terminal
  3. Installing Python 3.x Pip Tool.

    1. Download the get-pip.py Pip Script Installer

      Python Pip Script Installer

      Right-Click on Link > Save As get-pip.py.

    2. 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"
  4. The Pip Installer Automatically Install the Python Setuptools with Easy_Install
    Then too Update it Run:

    sudo pip install -U setuptools

QuickChic Theme • Powered by WordPress