IT/Python

/usr/bin/python3: No module named pip

Jang HyunWoong 2018. 2. 23. 12:58


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 



반응형