리눅스 easy_install, pip 설치
본문 바로가기

Interests [관심사]/Other Infor

리눅스 easy_install, pip 설치

1. easy_install 설치

다음의 URL에서 distribute zip 파일을 다운로드 받은 후에 설치

https://pypi.python.org/pypi/distribute

python setup.py install

 

2. pip 설치

다음의 명령어를 수행하여 pip 을 설치

easy_install pip

출처 : http://codingdojang.com/scode/371



출처: https://yjhong.tistory.com/4 [sempre viva leave forever]

1. easy_install 설치

다음의 URL에서 distribute zip 파일을 다운로드 받은 후에 설치

https://pypi.python.org/pypi/distribute

python setup.py install

 

2. pip 설치

다음의 명령어를 수행하여 pip 을 설치

easy_install pip

출처 : http://codingdojang.com/scode/371