Thief of Wealth
Published 2019. 3. 28. 18:30
Ubuntu python pip 설치하기 개발/Python

터미널에 pip --version을 했을 경우 not found가 뜨면 pip가 설치되지 않았다는 뜻이다.

 

설치명령어는 다음과 같다.

 

sudo apt-get install python-pip

 

이제 pip install matplotlib같은 파이썬 패키지들을 설치할 수 있다.

 

또는 pip install matplotlib --upgrade

 

다음은 에러가 발생했을시 써먹어보자

pip install matplotlib --ignore-installed six --user

sudo python -m pip install matplotlib --upgrade --no-binary matplotlib

'개발 > Python' 카테고리의 다른 글

Text를 위한 머신러닝 튜토리얼  (0) 2019.05.21
python 형태소 분석기 라이브러리 konlpy설치하기  (0) 2019.05.20
python itertools product  (0) 2019.03.24
python 조합  (0) 2019.03.24
python 순열  (0) 2019.03.24
profile on loading

Loading...