Hướng dẫn how do i install python 2.7 3 on ubuntu? - làm cách nào để cài đặt python 2.7 3 trên ubuntu?

Tiếp tục ghi lại điều này cho Ubuntu Release1: cho máy chủ Ubuntu 16.04.1, Python mặc định là phiên bản 3.5 và Python 2.7 không được cài đặt theo mặc định. Khi cài đặt mới (lưu ý rằng thậm chí không có

$ sudo apt-get install python2.7
2 thực thi):

$ type python3 python2 python 
python3 is /usr/bin/python3
-bash: type: python2: not found
-bash: type: python: not found

$ python3 --version 
Python 3.5.2

$ python --version 
The program 'python' can be found in the following packages:
 * python-minimal
 * python3
Try: sudo apt install 

Lưu ý: Trước khi tiếp tục, có lẽ bạn sẽ muốn thực hiện nhanh chóng

$ sudo apt-get install python2.7
3,
$ sudo apt-get install python2.7
4 và
$ sudo apt-get install python2.7
5 (xin lưu ý chính xác những gì các lệnh này thực sự đang làm; tôi giả sử cài đặt mới ở đây.)

Cài đặt Python 2.7 dễ dàng như:

$ sudo apt-get install python2.7

Đầu ra ban đầu của việc cài đặt Python 2.7 như sau:

$ sudo apt-get install python2.7
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libpython2.7-minimal libpython2.7-stdlib python2.7-minimal
Suggested packages:
  python2.7-doc binutils binfmt-support
The following NEW packages will be installed:
  libpython2.7-minimal libpython2.7-stdlib python2.7 python2.7-minimal
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 3,735 kB of archives.
After this operation, 15.8 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
...etc, etc...

Sau khi cài đặt Python 2.7,

$ type python3 python2.7 python3.5 python2 python
python3 is /usr/bin/python3
python2.7 is /usr/bin/python2.7
python3.5 is /usr/bin/python3.5
bash: type: python2: not found
bash: type: python: not found

Nhưng vẫn còn một vấn đề, vì bạn chưa thể cài đặt các mô -đun PYPI thông qua

$ sudo apt-get install python2.7
6 - ví dụ: nếu bạn muốn Notebook Jupyter hoặc Scipy hoặc Numpy mới nhất (v.v.), bạn sẽ muốn cài đặt
$ sudo apt-get install python2.7
6 và sau đó
$ sudo apt-get install python2.7
8 Vẫn chuyển sang
$ sudo apt-get install python2.7
9 để cài đặt bất kỳ phụ thuộc hệ thống cần thiết nào, như thư viện hệ thống graphviz hoặc lõi.

$ type pip3 pip2 pip
bash: type: pip3: not found
bash: type: pip2: not found
bash: type: pip: not found

$ python3 -m pip --version 
/usr/bin/python3: No module named pip

Vì vậy, để cài đặt PIP, một lần nữa, nó dễ dàng như

$ sudo apt-get install python2.7
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libpython2.7-minimal libpython2.7-stdlib python2.7-minimal
Suggested packages:
  python2.7-doc binutils binfmt-support
The following NEW packages will be installed:
  libpython2.7-minimal libpython2.7-stdlib python2.7 python2.7-minimal
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 3,735 kB of archives.
After this operation, 15.8 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
...etc, etc...
0:

$ sudo apt-cache search -n pip | egrep '^python[0-9]*-pip'
python-pip - alternative Python package installer
python-pip-whl - alternative Python package installer
python3-pip - alternative Python package installer - Python 3 version of the package

Bạn sẽ cần cả

$ sudo apt-get install python2.7
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libpython2.7-minimal libpython2.7-stdlib python2.7-minimal
Suggested packages:
  python2.7-doc binutils binfmt-support
The following NEW packages will be installed:
  libpython2.7-minimal libpython2.7-stdlib python2.7 python2.7-minimal
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 3,735 kB of archives.
After this operation, 15.8 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
...etc, etc...
1 cho Python 2.7
$ sudo apt-get install python2.7
6 và
$ sudo apt-get install python2.7
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libpython2.7-minimal libpython2.7-stdlib python2.7-minimal
Suggested packages:
  python2.7-doc binutils binfmt-support
The following NEW packages will be installed:
  libpython2.7-minimal libpython2.7-stdlib python2.7 python2.7-minimal
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 3,735 kB of archives.
After this operation, 15.8 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
...etc, etc...
3 cho Python 3
$ sudo apt-get install python2.7
6. Việc cài đặt thông qua
$ sudo apt-get install python2.7
9 chắc chắn sẽ cài đặt các phụ thuộc cần thiết; ví dụ, đây là đầu ra để cài đặt PIP2:

$ sudo apt-get install python-pip
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  binutils build-essential dpkg-dev fakeroot g++ g++-5 gcc gcc-5 libalgorithm-diff-perl
  libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan2 libatomic1 libc-dev-bin libc6-dev
  libcc1-0 libcilkrts5 libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl libgcc-5-dev
  libgomp1 libitm1 liblsan0 libmpx0 libpython-all-dev libpython-dev libpython-stdlib libpython2.7
  libpython2.7-dev libquadmath0 libstdc++-5-dev libtsan0 libubsan0 linux-libc-dev make
  manpages-dev python python-all python-all-dev python-dev python-minimal python-pip-whl
  python-pkg-resources python-setuptools python-wheel python2.7-dev
Suggested packages:
  binutils-doc debian-keyring g++-multilib g++-5-multilib gcc-5-doc libstdc++6-5-dbg gcc-multilib
  autoconf automake libtool flex bison gdb gcc-doc gcc-5-multilib gcc-5-locales libgcc1-dbg
  libgomp1-dbg libitm1-dbg libatomic1-dbg libasan2-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg
  libcilkrts5-dbg libmpx0-dbg libquadmath0-dbg glibc-doc libstdc++-5-doc make-doc python-doc
  python-tk python-setuptools-doc
The following NEW packages will be installed:
  binutils build-essential dpkg-dev fakeroot g++ g++-5 gcc gcc-5 libalgorithm-diff-perl
  libalgorithm-diff-xs-perl libalgorithm-merge-perl libasan2 libatomic1 libc-dev-bin libc6-dev
  libcc1-0 libcilkrts5 libdpkg-perl libexpat1-dev libfakeroot libfile-fcntllock-perl libgcc-5-dev
  libgomp1 libitm1 liblsan0 libmpx0 libpython-all-dev libpython-dev libpython-stdlib libpython2.7
  libpython2.7-dev libquadmath0 libstdc++-5-dev libtsan0 libubsan0 linux-libc-dev make
  manpages-dev python python-all python-all-dev python-dev python-minimal python-pip
  python-pip-whl python-pkg-resources python-setuptools python-wheel python2.7-dev
0 upgraded, 49 newly installed, 0 to remove and 0 not upgraded.
Need to get 61.1 MB of archives.
After this operation, 169 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
...etc...

Một điều thú vị xảy ra là kết quả của điều này: Bây giờ bạn có "tiêu chuẩn" (và PEP được khuyến nghị)

$ sudo apt-get install python2.7
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libpython2.7-minimal libpython2.7-stdlib python2.7-minimal
Suggested packages:
  python2.7-doc binutils binfmt-support
The following NEW packages will be installed:
  libpython2.7-minimal libpython2.7-stdlib python2.7 python2.7-minimal
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 3,735 kB of archives.
After this operation, 15.8 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
...etc, etc...
6 và
$ sudo apt-get install python2.7
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libpython2.7-minimal libpython2.7-stdlib python2.7-minimal
Suggested packages:
  python2.7-doc binutils binfmt-support
The following NEW packages will be installed:
  libpython2.7-minimal libpython2.7-stdlib python2.7 python2.7-minimal
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 3,735 kB of archives.
After this operation, 15.8 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
...etc, etc...
7 (chỉ là các liên kết với Python 2.7 và Python 3.5):

$ type python3 python2 python python2.7 python3.5 
python3 is /usr/bin/python3
python2 is /usr/bin/python2
python is /usr/bin/python
python2.7 is /usr/bin/python2.7
python3.5 is /usr/bin/python3.5

Bạn cũng sẽ muốn

$ sudo apt-get install python2.7
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libpython2.7-minimal libpython2.7-stdlib python2.7-minimal
Suggested packages:
  python2.7-doc binutils binfmt-support
The following NEW packages will be installed:
  libpython2.7-minimal libpython2.7-stdlib python2.7 python2.7-minimal
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 3,735 kB of archives.
After this operation, 15.8 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
...etc, etc...
8; Trước khi cài đặt, bạn có:

$ type pip pip2 pip3
pip is /usr/bin/pip
pip2 is /usr/bin/pip2
-bash: type: pip3: not found

$ python2 -m pip --version 
pip 8.1.1 from /usr/lib/python2.7/dist-packages (python 2.7)

$ python3 -m pip --version 
/usr/bin/python3: No module named pip

Sau khi cài đặt

$ sudo apt-get install python2.7
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libpython2.7-minimal libpython2.7-stdlib python2.7-minimal
Suggested packages:
  python2.7-doc binutils binfmt-support
The following NEW packages will be installed:
  libpython2.7-minimal libpython2.7-stdlib python2.7 python2.7-minimal
0 upgraded, 4 newly installed, 0 to remove and 0 not upgraded.
Need to get 3,735 kB of archives.
After this operation, 15.8 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
...etc, etc...
9,

$ sudo apt-get install python3-pip
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following additional packages will be installed:
  libpython3-dev libpython3.5-dev python3-dev python3-setuptools python3-wheel python3.5-dev
Suggested packages:
  python-setuptools-doc
The following NEW packages will be installed:
  libpython3-dev libpython3.5-dev python3-dev python3-pip python3-setuptools python3-wheel python3.5-dev
0 upgraded, 7 newly installed, 0 to remove and 0 not upgraded.
Need to get 38.0 MB of archives.
After this operation, 55.2 MB of additional disk space will be used.
Do you want to continue? [Y/n] 
...etc...

Các phiên bản kết quả:

$ sudo apt-get install python2.7
0

Và một điều cuối cùng trước khi bạn có thể đi và bắt đầu cài đặt tất cả các mô -đun pypi Python yêu thích của bạn: Có lẽ bạn sẽ phải nâng cấp PIP (cả PIP2 và PIP3, riêng biệt, cũng không có vấn đề gì nếu

$ sudo apt-get install python2.7
6 được gọi qua
$ sudo apt-get install python2.7
2 hoặc
$ sudo apt-get install python2.7
6 Executables, các nâng cấp thực tế được lưu trữ trong
$ type python3 python2.7 python3.5 python2 python
python3 is /usr/bin/python3
python2.7 is /usr/bin/python2.7
python3.5 is /usr/bin/python3.5
bash: type: python2: not found
bash: type: python: not found
3):

$ sudo apt-get install python2.7
1

Bây giờ bạn có thể chạy hoặc độc lập

$ sudo apt-get install python2.7
6 hoặc phiên bản được gói trong vòng
$ sudo apt-get install python2.7
2 (thông qua
$ type python3 python2.7 python3.5 python2 python
python3 is /usr/bin/python3
python2.7 is /usr/bin/python2.7
python3.5 is /usr/bin/python3.5
bash: type: python2: not found
bash: type: python: not found
6).


[1] Tóm tắt lịch sử: Ubuntu cũ chỉ có Python 2.6, do đó tất cả các phương pháp khác nhau để cài đặt Python 2.7+. Sau đó, sau khi Python 2.7 được thêm vào kho công khai, chúng tôi vẫn có cùng một thách thức để cài đặt Python 2.7 mới nhất với các bản sửa lỗi mới nhất, điều này cũng cần thiết (quá). Tình hình ngày nay tốt hơn/đơn giản hơn nhiều: Python 2.7 & 3.5 hiện tại (về cơ bản là hai phiên bản nền tảng Python duy nhất mà mọi người quan tâm) hiện đang ở trong các repo công khai rất ổn định, vì vậy bây giờ chúng tôi thực sự chỉ phải lo lắng về việc cài đặt mới nhất Các mô -đun Python, không phải là Python mới nhất. Vì vậy, bây giờ, "vấn đề phiên bản mới nhất" Python đã chuyển một phần ra khỏi OS Repos &

$ type python3 python2.7 python3.5 python2 python
python3 is /usr/bin/python3
python2.7 is /usr/bin/python2.7
python3.5 is /usr/bin/python3.5
bash: type: python2: not found
bash: type: python: not found
7 và vào Pypi &
$ sudo apt-get install python2.7
6.)

Làm cách nào để cài đặt Python 2.7 trên Ubuntu?

Cài đặt Python 2 trên Ubuntu 20.04 Hướng dẫn từng bước..
Để cài đặt phiên bản Python 2 trên Ubuntu 20.04 Mở thiết bị đầu cuối và nhập các lệnh sau: $ sudo apt Update $ sudo apt Cài đặt python2 ..
Kiểm tra phiên bản Python hiện tại của bạn: $ python2 -V Python 2.7.17 ..

Làm cách nào để cài đặt Python 2.7 3?

Cách cài đặt Python 2.7 và 3.6 trong Windows 10 [Thêm đường dẫn Python]..
Tải xuống Python 2.7.Truy cập www.python.org/doads và nhấp vào 'Tải xuống Python 2.714.....
Cài đặt Python 2.7.Khi tải xuống hoàn tất bấm vào để cài đặt.....
Tải xuống Python3.....
Thêm đường dẫn Python27 và Python3.....
Thay đổi tên thực thi.....
Kiểm tra cả hai phiên bản Python ..

Làm cách nào để cài đặt một phiên bản Python cụ thể trong Ubuntu?

Điều này sẽ vượt quá phạm vi của hướng dẫn.Tuy nhiên, đây là cách bạn có thể cài đặt một phiên bản cụ thể nếu cần: Đầu tiên, hãy cài đặt các thư viện cần thiết: Sudo APT-Get Cài đặt LIBSSL-DEV OPENSSL Tạo GCC ...
./configure..
Cài đặt ..

Python 2.7 đã cài đặt Linux ở đâu?

Tải xuống, biên dịch và cài đặt Python.Trình thông dịch Python mới được cài đặt có sẵn dưới dạng /USR/LOCAL/BIN/PYTHON2.7./usr/local/bin/python2. 7.