Python 2.7がUbuntuのデフォルトのPythonバージョンのままなのはなぜですか?
Pythonの公式ドキュメントによると、Python2.7のサポートは近い将来終了します。 廃止:Python 2.7は2020年1月1日にサポートが終了します。Python2.7はそれ以降はメンテナンスされないため、アップグレードしてください。pipの将来のバージョンでは、Python 2.7のサポートが廃止される予定です。pipでのPython 2サポートの詳細については、https://pip.pypa.io/en/latest/development/release-process/#python-2-supportをご覧ください。 Ubuntuが今後のバージョンで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.