Advertisement
andrejsstepanovs

install python version

Jul 12th, 2022
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. sudo apt-get update
  2. sudo add-apt-repository ppa:deadsnakes/ppa
  3. sudo apt-get install python3.9
  4. sudo update-alternatives --install /usr/bin/python python /usr/lib/python2.7 0
  5. sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.8 1
  6. sudo update-alternatives --install /usr/bin/python python /usr/bin/python3.9 2
  7. sudo update-alternatives --config python
  8.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement