Guest User

pythonsscript

a guest
Jan 30th, 2015
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. wget --no-check-certificate "http://tinyurl.com/p8rrpx6" -P /home
  4. cd /home
  5. tar zxvf Python-3.3.5.tgz
  6. cd Python-3.3.5
  7. ./configure
  8. make
  9. make install
  10. python3
  11.  
  12. ~
  13. ~
  14. ~
  15. ~
Add Comment
Please, Sign In to add comment