본문 바로가기
IT/Python

/usr/bin/python3: No module named pip

by Jang HyunWoong 2018. 2. 23.


pip를 설치해야 한다. 


install pip for python 3


1. install pip

sudo apt-get update

sudo apt-get install python3-setuptools

sudo easy_install3 pip

pip --version 



반응형