Laut offizieller Dokumentation von Python wird der Python2.7-Support in naher Zukunft eingestellt.
VERRINGERUNG: Python 2.7 wird am 1. Januar 2020 das Ende seines Lebens erreichen. Bitte aktualisieren Sie Ihr Python, da Python 2.7 nach diesem Datum nicht mehr gewartet wird. Eine zukünftige Version von pip wird die Unterstützung für Python 2.7 einstellen. Weitere Informationen zur Python 2-Unterstützung in pip finden Sie unter https://pip.pypa.io/en/latest/development/release-process/#python-2-support
Warum verwendet Ubuntu in der kommenden Version nicht standardmäßig Python3?
$ 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.