Guest User

Untitled

a guest
Oct 23rd, 2017
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. Reading package lists... Done
  2. Building dependency tree
  3. Reading state information... Done
  4. E: Unable to locate package python-pip
  5.  
  6. Reading package lists... Done
  7. Building dependency tree
  8. Reading state information... Done
  9. E: Unable to locate package python-setuptools
  10. E: Unable to locate package python-dev
  11. E: Unable to locate package build-essential.
  12. E: Couldn't find any package by glob 'build-essential.'
  13. E: Couldn't find any package by regex 'build-essential.'
  14.  
  15. sudo add-apt-repository main
  16. sudo add-apt-repository universe
  17. sudo add-apt-repository restricted
  18. sudo add-apt-repository multiverse
  19. sudo apt update
  20.  
  21. E: Couldn't find any package by glob 'build-essential.'
  22. E: Couldn't find any package by regex 'build-essential.'
  23.  
  24. sudo apt install curl
  25. curl https://bootstrap.pypa.io/get-pip.py -o /tmp/get-pip.py
  26. sudo python3 /tmp/get-pip.py
  27. pip install --user pipenv
  28. echo "PATH=$HOME/.local/bin:$PATH" >> ~/.profile
  29. source ~/.profile
Add Comment
Please, Sign In to add comment