"Easy install"의 두 판 사이의 차이

잔글 (봇: 자동으로 텍스트 교체 (-== 참고 자료 == +==참고==))
37번째 줄: 37번째 줄:
*[[파이썬 pip, easy_install 정상화]]
*[[파이썬 pip, easy_install 정상화]]


==참고 자료==
==참고==
*https://en.wikipedia.org/wiki/EasyInstall
*https://en.wikipedia.org/wiki/EasyInstall
*http://peak.telecommunity.com/DevCenter/EasyInstall
*http://peak.telecommunity.com/DevCenter/EasyInstall

2017년 6월 27일 (화) 02:59 판

1 개요

EasyInstall, easy_install
이지인스톨
  • Python용 패키지 매니저
  • 패키지명으로 설치하거나 tar.gz, egg 파일을 설치할 수 있음

2 명령어 예시

  • 패키지명
easy_install 패키지명
  • 웹에서 다운로드하여 설치
easy_install http://example.com/경/로/패키지명-1.2.3.tgz
  • 로컬 파일시스템에서 설치
easy_install /home/testuser/패키지명-1.2.3-py2.7.egg
  • 소스코드 압축 풀린 곳에서 설치
easy_install .
  • 제거(uninstall)
easy_install -m 패키지명

3 같이 보기

4 참고

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}