Python PIP openSUSE Install Guide

March 7, 2015 | By the+gnu+linux+evangelist.

Python PIP openSUSE Install

Hi! The Tutorial shows you Step-by-Step How to Install Python 3.x and Python 2.x PIP Package Manager and Setuptools with easy_install on openSUSE GNU/Linux.

And the Python PIP for openSUSE is the Python Package Manager used to Install and Manage Software Packages written in Python 2/3.

Especially Relevant: to Work with Python for Science, Engeneering and Data Analisys is Now Preferred instead to Install PIP with Anaconda Python!

Python PIP openSUSE Install - Featured
  1. Open Console Terminal Shell emulator window
    (Press “Enter” to Execute Commands)

    Python PIP openSUSE Install - Kde openSUSE Open Terminal

    In case first see: Terminal QuickStart Guide.

  2. Installing Python 2.x/3.x Pip Tool

    sudo zypper in python-pip

    Then for Python 3 PIP do:

    sudo zypper in python3-pip
  3. Then to Install Python Setuptools
    Python 2:

    pip install -U setuptools

    Python 3:

    pip3 install -U setuptools

    If ‘permission denied’ issue then use sudo!


QuickChic Theme • Powered by WordPress