Guest User

Untitled

a guest
Jan 21st, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. $ cd Python3.6.3
  2. ./configure
  3. make
  4. make test
  5. sudo make install
  6.  
  7. linuxsagar@Satellite-P755 ~ $ python3
  8. Python 3.6.3 (default, Jan 21 2018, 19:33:32)
  9. [GCC 5.4.0 20160609] on linux
  10. Type "help", "copyright", "credits" or "license" for more information.
  11. >>>
  12.  
  13. $ sudo apt install python3-pip
Add Comment
Please, Sign In to add comment