Guest User

Untitled

a guest
Feb 16th, 2019
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. wget https://www.python.org/ftp/python/3.5.6/Python-3.5.6.tar.xz
  2. tar xf Python-3.5.6.tar.xz
  3. cd Python-3.5.6
  4. ./configure
  5. make -j 4
  6. sudo make altinstall
Add Comment
Please, Sign In to add comment