Friday, April 26, 2024
 Popular · Latest · Hot · Upcoming
10
rated 0 times [  10] [ 0]  / answers: 1 / hits: 73731  / 2 Years ago, mon, december 20, 2021, 11:53:58

I am trying to install electrum on my Ubuntu live USB. Please forgive me because I am very new to this OS. I have also made a persistence 4GB space for installing software.





How can I get past this error? I tried using



sudo apt-get update


first, but I still get



E: Unable to locate package python-pip


when I try to install.


More From » apt

 Answers
4

Two Methods:




  • You can install through Ubuntu Software Center.




    1. Open Ubuntu Software Center and search for easy_install




    2. Highlight alternative Python package installer (python-pip) from the
      list and click Install




    3. You can check weather the installation was successful or not by
      giving the command



      which pip



      you will see the path of installed application, for example



      /usr/local/bin/pip



  • Second method




    1. Open terminal by pressing CTRL+ALT+T and type the following:



      cd ~



      to navigate to your home directory.


    2. Then issue the below command:



      wget -P Downloads/ https://svn.apache.org/repos/asf/oodt/tools/oodtsite.publisher/trunk/distribute_setup.py


    3. Next step is to run the downloaded script. To do this, issue this
      command:



      sudo python Downloads/distribute_setup.py


    4. and type your user password when prompted (Please, note that your
      account needs to be a member of Administrators group in order to
      issue sudo).


    5. Hit Enter and let the script run.


    6. To ensure easy_install is installed, issue the command below:



      which easy_install



      The typical response in case the installation completed successfully
      would look something like this:



      /usr/local/bin/easy_install


    7. The next thing to do is use easy_install to install pip. For that
      you’ll need to issue:



      sudo easy_install pip


    8. Enter your password if prompted to confirm command.


    9. Let the installer run and once the installation is completed type:



      which pip



      This command should typically respond with something like this:



      /usr/local/bin/pip




[#32177] Wednesday, December 22, 2021, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
fenddy

Total Points: 361
Total Questions: 103
Total Answers: 113

Location: Turkmenistan
Member since Sun, Aug 2, 2020
4 Years ago
fenddy questions
Tue, Nov 22, 22, 10:11, 1 Year ago
Tue, Sep 27, 22, 09:16, 2 Years ago
Wed, Dec 28, 22, 13:09, 1 Year ago
Fri, Jun 18, 21, 14:04, 3 Years ago
;