Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. sudo apt update
  2. sudo apt install software-properties-common
  3. sudo add-apt-repository ppa:deadsnakes/ppa
  4. sudo apt install python3.7
  5.  
  6. #Verification: should return Python 3.7.x
  7. python3.7 --version
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement