Secondo la documentazione ufficiale di Python, il supporto per Python2.7 terminerà in futuro.
DEPRECAZIONE: Python 2.7 raggiungerà la fine della sua vita il 1 ° gennaio 2020. Aggiorna il tuo Python poiché Python 2.7 non verrà mantenuto dopo tale data. Una versione futura di pip eliminerà il supporto per Python 2.7. Maggiori dettagli sul supporto di Python 2 in pip, sono disponibili su https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Perché Ubuntu non utilizza Python3 come predefinito nella loro prossima versione?
$ cat /etc/os-release
NAME="Ubuntu"
VERSION="19.04 (Disco Dingo)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 19.04"
VERSION_ID="19.04"
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
VERSION_CODENAME=disco
UBUNTU_CODENAME=disco
$ python
Python 2.7.16 (default, Apr 6 2019, 01:42:57)
[GCC 8.3.0] on linux2
Type "help", "copyright", "credits" or "license" for more information.