How to Install Python on PIP on Solus Gnu/Linux

September 11, 2019 | By the+gnu+linux+evangelist.

GNU/Linux Solus Installing Python 2/3 PIP

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

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

Again Easy Install is a Python Module (‘easy_install’) bundled with ‘setuptools’ that lets you Automatically Download, Build, Install, and Manage Python Packages.

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

How to Install PyCharm on Debian GNU/Linux Distro
  1. Open Terminal Window
    On Budgie/Gnome Hit Cmd/Win and Search for ‘term’
    (Press “Enter” to Execute Commands)

    Python PIP Solus Linux Install - Open Terminal

    And Update Repository:

    sudo eopkg up
  1. Then to Install Python PIP
    Do:

    sudo eopkg install pip

    Next to Test Python PIP Setup
    For Python 3:

    which pip3

    Similarly for Python 2:

    which pip
  2. Finally, possibly to Install Python easy_install
    Execute:

    sudo eopkg install python-setuptools

QuickChic Theme • Powered by WordPress