Upgrade Python Ubuntu Review
**Switching between Multiple Python Versions** ---------------------------------------------
First, add the deadsnakes PPA to your system: upgrade python ubuntu
curl https://pyenv.run | bash
If you need the python3 command to point to your new version globally, use the update-alternatives tool. This is safer than manually changing symbolic links. upgrade python ubuntu