Apt install python3-pip

1 개요[ | ]

apt install python3-pip

2 확인[ | ]

root@localhost:~# python -V
Python 2.7.15+
root@localhost:~# python3 -V
Python 3.6.8
root@localhost:~# pip -V
pip 9.0.1 from /usr/lib/python2.7/dist-packages (python 2.7)
root@localhost:~# apt list python*-pip
Listing... Done
python-pip/bionic-updates,now 9.0.1-2.3~ubuntu1.18.04.1 all [installed]
python3-pip/bionic-updates 9.0.1-2.3~ubuntu1.18.04.1 all

3 설치[ | ]

root@localhost:~# apt install python3-pip
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following additional packages will be installed:
  dh-python libpython3-dev libpython3.6 libpython3.6-dev libpython3.6-minimal libpython3.6-stdlib python3-crypto
  python3-dev python3-distutils python3-keyring python3-keyrings.alt python3-lib2to3 python3-secretstorage
  python3-setuptools python3-wheel python3-xdg python3.6 python3.6-dev python3.6-minimal
Suggested packages:
  python-crypto-doc gnome-keyring libkf5wallet-bin gir1.2-gnomekeyring-1.0 python-secretstorage-doc
  python-setuptools-doc python3.6-venv python3.6-doc binfmt-support
The following NEW packages will be installed:
  dh-python libpython3-dev libpython3.6-dev python3-crypto python3-dev python3-distutils python3-keyring
  python3-keyrings.alt python3-lib2to3 python3-pip python3-secretstorage python3-setuptools python3-wheel
  python3-xdg python3.6-dev
The following packages will be upgraded:
  libpython3.6 libpython3.6-minimal libpython3.6-stdlib python3.6 python3.6-minimal
5 upgraded, 15 newly installed, 0 to remove and 89 not upgraded.
Need to get 51.8 MB of archives.
After this operation, 84.2 MB of additional disk space will be used.
Do you want to continue? [Y/n]
...
Setting up python3.6-dev (3.6.9-1~18.04) ...
Setting up libpython3-dev:amd64 (3.6.7-1~18.04) ...
Setting up python3-dev (3.6.7-1~18.04) ...
Processing triggers for libc-bin (2.27-3ubuntu1) ...
root@localhost:~# pip3 -V
pip 9.0.1 from /usr/lib/python3/dist-packages (python 3.6)
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}