Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. :~/Downloads$ python --version
  2. Python 3.5.2
  3. :~/Downloads$ python get-pip.py
  4. Requirement already up-to-date: pip in /home/XXX/.local/lib/python3.5/site-packages
  5. :~/Downloads$ pip install -U pip
  6. The program 'pip3' is currently not installed. You can install it by typing:
  7. sudo apt install python3-pip
  8. :~/Downloads$ pip install scipy
  9. The program 'pip3' is currently not installed. You can install it by typing:
  10. sudo apt install python3-pip
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement