How to Install Python on PIP on Bodhi Gnu/Linux

December 9, 2017 | By the+gnu+linux+evangelist.

Installing

  1. Then to Install Python PIP
    For Python 3 PIP do:

    sudo apt install python3-pip

    And for Python 2:

    sudo apt install python-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
    On Python 3 execute:

    sudo apt install python3-setuptools

    And so for Python 2:

    sudo apt install python-setuptools

Contents


QuickChic Theme • Powered by WordPress