파이썬 패키지 매니저 설치 방법
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
pip install <모듈명>
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
Comment Write
Comment List