How to Install Python on 2.x Easy_Install & Pip for Linux Mageia

January 9, 2013 | By Duchateaux.

Installing Python 2.x Pip & Easy_install on Mageia

The Tutorial shows you How to Install Easy_Install and Pip Python for Mageia GNU/Linux Distro.

The Content give Focus Only to the Essentials Instructions and Commands to make it Easier to Follow.

Python Mageia
  1. Open a Terminal Window
    (Press “Enter” to Execute Commands)

  2. Installing Python 2.x Pip.

    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
      sudo su -c "python get-pip.py"
  3. 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