리눅스(linux) 에서 Python패키지 매니저(python-pip) 설치 | Web Server

파이썬 패키지 매니저 설치 방법


python 실행시 모듈이 없거나 할때 설치를 해야 그럴때 사용


1. 자동설치

[ubuntu]
> sudo apt-get install python-pip


[centOS]
> yum install python-pip  

2. 수동설치

- 우선 설치 스크립트를 받는다.

curl -k -O https://bootstrap.pypa.io/get-pip.py

- 실행

> python get-pip.py

3. pip 사용
pip install <모듈명>


pythone,python-pip,패키지매니저
Comment Write
Comment List
등록된 코멘트가 없습니다.