Installez Python 2.7 sur Ubuntu 20.04 (norme du système d'exploitation?)

introduction

Installez Python 2.7 sur Ubuntu 20.04

In 20.04 LTS, the python included in the base system is Python 3.8. Python 2.7 has been moved to universe and is not included by default in any new installs.

Remaining packages in Ubuntu which require Python 2.7 have been updated to use /usr/bin/python2 as their interpreter, and /usr/bin/python is not present by default on any new installs. On systems upgraded from previous releases, /usr/bin/python will continue to point to python2 for compatibility. Users who require /usr/bin/python for compatibility on newly-installed systems are encouraged to install the python-is-python3 package, for a /usr/bin/python pointing to python3 instead.

Source: FocalFossa / ReleaseNotes \ -Ubunta Wiki

soutien

Période de maintenance inconnue. L'OS EOL sera-t-il maintenu?

LOG partie 1

Installation

# cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04 LTS"
VERSION_ID="20.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=focal
UBUNTU_CODENAME=focal

# apt update; apt install -y python
...Abréviation

Diverses confirmations

# which python{,2,3}
/usr/bin/python
/usr/bin/python2

# ll /usr/bin/python*
lrwxrwxrwx. 1 root root       7 Apr 15 10:45 /usr/bin/python -> python2*
lrwxrwxrwx. 1 root root       9 Mar 13 12:31 /usr/bin/python2 -> python2.7*
-rwxr-xr-x. 1 root root 3694632 Apr  7 12:05 /usr/bin/python2.7*

# python -V
Python 2.7.18rc1

# apt show python
Package: python
State: not a real package (virtual)
N: Can't select candidate version from package python as it has no candidate
N: Can't select versions from package 'python' as it is purely virtual
N: No packages found

# apt show python2
Package: python2
Version: 2.7.17-2ubuntu4
Priority: optional
Section: universe/python
Source: python-defaults
Origin: Ubuntu
Maintainer: Ubuntu Developers <[email protected]>
Original-Maintainer: Matthias Klose <[email protected]>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 139 kB
Provides: python-ctypes, python-email, python-importlib, python-profiler, python-wsgiref
Pre-Depends: python2-minimal (= 2.7.17-2ubuntu4)
Depends: python2.7 (>= 2.7.17~rc1-1~), libpython2-stdlib (= 2.7.17-2ubuntu4)
Suggests: python2-doc (= 2.7.17-2ubuntu4), python-tk (>= 2.7.17~rc1-1~)
Conflicts: python-central (<< 0.5.5)
Breaks: python (<< 2.7.15-2), update-manager-core (<< 0.200.5-2)
Replaces: python (<< 2.7.15-2), python-dev (<< 2.6.5-2)
Homepage: https://www.python.org/
Task: ubuntustudio-desktop-core, ubuntustudio-desktop
Download-Size: 26.5 kB
APT-Manual-Installed: no
APT-Sources: http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages
Description: interactive high-level object-oriented language (Python2 version)

LOG partie 2

Installation

# cat /etc/os-release
NAME="Ubuntu"
VERSION="20.04 LTS (Focal Fossa)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 20.04 LTS"
VERSION_ID="20.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=focal
UBUNTU_CODENAME=focal

# apt update; apt install -y python2
...Abréviation

Diverses confirmations

# which python{,2,3}
/usr/bin/python2

# ll /usr/bin/python*
lrwxrwxrwx. 1 root root       9 Mar 13 12:31 /usr/bin/python2 -> python2.7*
-rwxr-xr-x. 1 root root 3694632 Apr  7 12:05 /usr/bin/python2.7*

# python2 -V
Python 2.7.18rc1

# apt show python2
Package: python2
Version: 2.7.17-2ubuntu4
Priority: optional
Section: universe/python
Source: python-defaults
Origin: Ubuntu
Maintainer: Ubuntu Developers <[email protected]>
Original-Maintainer: Matthias Klose <[email protected]>
Bugs: https://bugs.launchpad.net/ubuntu/+filebug
Installed-Size: 139 kB
Provides: python-ctypes, python-email, python-importlib, python-profiler, python-wsgiref
Pre-Depends: python2-minimal (= 2.7.17-2ubuntu4)
Depends: python2.7 (>= 2.7.17~rc1-1~), libpython2-stdlib (= 2.7.17-2ubuntu4)
Suggests: python2-doc (= 2.7.17-2ubuntu4), python-tk (>= 2.7.17~rc1-1~)
Conflicts: python-central (<< 0.5.5)
Breaks: python (<< 2.7.15-2), update-manager-core (<< 0.200.5-2)
Replaces: python (<< 2.7.15-2), python-dev (<< 2.6.5-2)
Homepage: https://www.python.org/
Task: ubuntustudio-desktop-core, ubuntustudio-desktop
Download-Size: 26.5 kB
APT-Manual-Installed: yes
APT-Sources: http://archive.ubuntu.com/ubuntu focal/universe amd64 Packages
Description: interactive high-level object-oriented language (Python2 version)

Recommended Posts

Installez Python 3.8 sur Ubuntu 18.04 (norme du système d'exploitation)
Installez Python 2.7 sur Ubuntu 20.04 (norme du système d'exploitation?)
Installez Python 3.3 sur Ubuntu 12.04
Installez OpenCV sur Ubuntu + python
Installez confluent-kafka pour Python sur Ubuntu
Étapes pour installer l'environnement Python sur Ubuntu
Installez pyenv et Python 3.6.8 sur Ubuntu 18.04 LTS
Installez TensorFlow sur Ubuntu
Installer python sur WSL
Installez Python sur Pidora.
Installez Scrapy sur python3
Installez Python sur Mac
Installez PySide2 sur Ubuntu
Installez JModelica sur Ubuntu
Installez python sur Windows
Installez Python 2.7.3 sur CentOS 5.4
Installez Theano sur Ubuntu 12.04
Installez angr sur Ubuntu 18.04
Installez pip / pip3 sur Ubuntu
Installez Python 3.6 sur Docker
Installer le package python dans l'environnement personnel sur Ubuntu
[Mémo de procédure] Installez Python3 + OpenSSL localement sur Ubuntu
Installez MongoDB sur Ubuntu 16.04 et utilisez python
Configurer Python 3.4 sur Ubuntu
Installez Python 3.8 sur RHEL 8 (AppStream)
Utilisez matplotlib sur Ubuntu 12 et Python
Installer watchdog sur Windows + Python 3.3
Installer pygame sur python3.4 sur Mac
Installez Tomcat 9 sur Cent OS 8
Mettez Python 3.x dans Ubuntu
Installez pandas 0.14 sur python3.4 [sur Mac]
wsl Installer PostgreSQL sur Ubuntu 18.04
Python --Installez MySQLDB sur EC2
Installez Caffe sur Ubuntu 14.04 (GPU)
Installez Python 3.8 sur CentOS 8 (AppStream)
Installer Docker sur WSL Ubuntu 18.04
[Python] [Chainer] [Windows] Installer Chainer sous Windows
Installation de Bash sur Ubuntu sous Windows, Ruby, Python, Jupyter, etc.
Installez CUDA10.1 + cuDNN7.6.5 + tensorflow-2.3.0 sur Ubuntu 18.04
Installez Python Pillow sur Amazon Linux
Python 3.4 pyvenv échoue sur Ubuntu 14.04 LTS
Installez Caffe sur Ubuntu 14.04 (mode CPU)
Installez Python 3 sur le serveur Sakura (FreeBSD)
Installez Mecab et mecab-python3 sur Ubuntu 14.04
Installez et exécutez Dropbox sur Ubuntu 20.04
Installez Adoptez OpenJDK 11 sur Cent OS 8
Installez OpenCV et Chainer sur Ubuntu
Installer python
Construire un environnement Python sur Ubuntu
Installez CUDA 8.0 et Chainer sur Ubuntu 16.04
installation de python2.7 dans un environnement Windows 32 bits
Installez xgboost (version python) sur Windows
Installez Pytorch sur Blender 2.90 python sous Windows
Installez Python 3.7 Anaconda sur MAC, mais Python 2
Installez Scipy sur Mac OS Sierra
Installer python3 et autour de la bibliothèque de calcul scientifique sur Ubuntu (virtualenv + pip)
Installer python3 sur Mac (El Capitan)
Installez mitmproxy sur Mac OS X
Installez le fabric sur Ubuntu et essayez