정보
Ubuntu install pip
Oth
2017. 4. 20. 10:32
Ubuntu pip 설치법
apt-get 을 업데이트 해준다.
sudo apt-get update
apt-get 을 통해서 pip를 설치해준다.
sudo apt-get install python-pip
pip 사용법
sudo pip install [모듈명]