chozo99 2014. 12. 29. 14:23


설치

$ apt-get install python-setuptools

$ easy_install -U pip


기존에는 아래와 같이 간단히 'apt-get install python-pip' 를 사용했었는데, 에러 발생시 우분투에서 빨리 패치를 해주는것 같지 않다. 그래서 귀찮아도 위처럼 설치 하기로 결정~

ref: http://stackoverflow.com/questions/27341064/how-do-i-fix-importerror-cannot-import-name-incompleteread/27341847#27341847


or

$ apt-get install python-pip