Installieren Sie Python 2.7 unter Ubuntu 20.04 (Betriebssystemstandard?)

Einführung

Installieren Sie Python 2.7 unter 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.

Quelle: FocalFossa / ReleaseNotes \ -Ubunta Wiki

Unterstützung

Wartungszeitraum unbekannt. Wird OS EOL beibehalten?

LOG Teil 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
...Abkürzung

Verschiedene Bestätigungen

# 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 Teil 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
...Abkürzung

Verschiedene Bestätigungen

# 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

Installieren Sie Python 3.8 unter Ubuntu 18.04 (Betriebssystemstandard)
Installieren Sie Python 2.7 unter Ubuntu 20.04 (Betriebssystemstandard?)
Installieren Sie Python 3.3 unter Ubuntu 12.04
Installieren Sie OpenCV unter Ubuntu + Python
Installieren Sie Confluent-Kafka für Python unter Ubuntu
Schritte zum Installieren der Python-Umgebung unter Ubuntu
Installieren Sie pyenv und Python 3.6.8 unter Ubuntu 18.04 LTS
Installieren Sie TensorFlow unter Ubuntu
Installieren Sie Python auf der WSL
Installieren Sie Python auf Pidora.
Installieren Sie Scrapy auf Python3
Installieren Sie Python auf dem Mac
Installieren Sie PySide2 unter Ubuntu
Installieren Sie JModelica unter Ubuntu
Installieren Sie Python unter Windows
Installieren Sie Python 2.7.3 unter CentOS 5.4
Installieren Sie Theano unter Ubuntu 12.04
Installiere angr unter Ubuntu 18.04
Installiere pip / pip3 unter Ubuntu
Installieren Sie Python 3.6 auf Docker
Installieren Sie das Python-Paket in einer persönlichen Umgebung unter Ubuntu
[Prozedur-Memo] Installieren Sie Python3 + OpenSSL lokal unter Ubuntu
Installieren Sie MongoDB unter Ubuntu 16.04 und arbeiten Sie über Python
Richten Sie Python 3.4 unter Ubuntu ein
Installieren Sie Python 3.8 auf RHEL 8 (AppStream)
Verwenden Sie matplotlib unter Ubuntu 12 und Python
Installieren Sie Watchdog unter Windows + Python 3.3
Installieren Sie pygame auf python3.4 auf dem Mac
Installieren Sie Tomcat 9 unter Cent OS 8
Setzen Sie Python 3.x in Ubuntu ein
Installieren Sie pandas 0.14 auf python3.4 [auf Mac]
wsl Installiere PostgreSQL unter Ubuntu 18.04
Python - Installieren Sie MySQLDB auf EC2
Installieren Sie Caffe unter Ubuntu 14.04 (GPU)
Installieren Sie Python 3.8 unter CentOS 8 (AppStream)
Installieren Sie Docker unter WSL Ubuntu 18.04
[Python] [Chainer] [Windows] Chainer unter Windows installieren
Installation von Bash unter Ubuntu unter Windows, Ruby, Python, Jupyter usw.
Installieren Sie CUDA10.1 + cuDNN7.6.5 + tensorflow-2.3.0 unter Ubuntu 18.04
Installieren Sie Python Pillow unter Amazon Linux
Python 3.4 pyvenv schlägt unter Ubuntu 14.04 LTS fehl
Installieren Sie Caffe unter Ubuntu 14.04 (CPU-Modus)
Installieren Sie Python 3 auf dem Sakura-Server (FreeBSD)
Installieren Sie Mecab und mecab-python3 unter Ubuntu 14.04
Installieren Sie Dropbox und führen Sie es unter Ubuntu 20.04 aus
Installieren Sie Adopt OpenJDK 11 unter Cent OS 8
Installieren Sie OpenCV und Chainer unter Ubuntu
Installieren Sie Python
Erstellen einer Python-Umgebung unter Ubuntu
Installieren Sie CUDA 8.0 und Chainer unter Ubuntu 16.04
Python2.7-Installation in einer Windows 32-Bit-Umgebung
Installieren Sie xgboost (Python-Version) unter Windows
Installieren Sie Pytorch unter Blender 2.90 Python unter Windows
Installieren Sie Python 3.7 Anaconda auf dem MAC, aber Python 2
Installieren Sie Scipy unter Mac OS Sierra
Installieren Sie Python3 und die wissenschaftliche Berechnungsbibliothek unter Ubuntu (virtualenv + pip)
Installieren Sie python3 auf einem Mac (El Capitan)
Installieren Sie mitmproxy unter Mac OS X.
Installieren Sie Fabric unter Ubuntu und versuchen Sie es