Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. sudo apt-get install python3.7
  2.  
  3. sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.6 1
  4. sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.7 2
  5.  
  6. sudo update-alternatives --config python3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement