우분투 python3-pip 설치

  다른 뜻에 대해서는 우분투 python-pip 설치 문서를 참조하십시오.

1 확인[ | ]

testuser@localhost:~$ python -V
Python 2.7.12
testuser@localhost:~$ pip -V
pip 8.1.1 from /usr/lib/python2.7/dist-packages (python 2.7)
testuser@localhost:~$ python3 -V
Python 3.5.2
testuser@localhost:~$ pip3 -V
The program 'pip3' is currently not installed. To run 'pip3' please ask your administrator to install the package 'python3-pip'

2 설치[ | ]

testuser@localhost:~$ sudo apt 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 151 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]
... (생략)
Preparing to unpack .../python3-wheel_0.29.0-1_all.deb ...
Unpacking python3-wheel (0.29.0-1) ...##################.................................] 
Processing triggers for man-db (2.7.5-1) ...################.............................] 
Setting up libpython3.5-dev:amd64 (3.5.2-2ubuntu0~16.04.5) ...
Setting up libpython3-dev:amd64 (3.5.1-3) ...###################.........................] 
Setting up python3.5-dev (3.5.2-2ubuntu0~16.04.5) ...###############.....................] 
Setting up python3-dev (3.5.1-3) ...####################################.................] 
Setting up python3-pip (8.1.1-2ubuntu0.4) ...###############################.............] 
Setting up python3-setuptools (20.7.0-1) ...####################################.........] 
Setting up python3-wheel (0.29.0-1) ...#############################################.....]

3 확인 2[ | ]

testuser@localhost:~$ pip3 -V
pip 8.1.1 from /usr/lib/python3/dist-packages (python 3.5)

4 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}