Upgrade Python Ubuntu !!install!!
sudo add-apt-repository ppa:deadsnakes/ppa
If you installed via Method 1 or 2, typing python3 still points to the old system version. To change this, use the update-alternatives system. upgrade python ubuntu
Ubuntu's operating system tools (APT, Software Center, etc.) depend on the default system Python (e.g., /usr/bin/python3 ). Never uninstall or overwrite it. upgrade python ubuntu
If you have multiple versions of Python installed on your system, you can switch between them using the `update-alternatives` command: upgrade python ubuntu