Skip to content

Instantly share code, notes, and snippets.

@quan-vu
Created November 12, 2021 14:54
Show Gist options
  • Save quan-vu/40700446d51581c8b18310502cccec88 to your computer and use it in GitHub Desktop.
Save quan-vu/40700446d51581c8b18310502cccec88 to your computer and use it in GitHub Desktop.
How to change default python version ubuntu
#
```shell
sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment