Easy install

1 개요[ | ]

EasyInstall, easy_install
이지인스톨
  • Python용 패키지 매니저
  • 패키지명으로 설치하거나 tar.gz, egg 파일을 설치할 수 있다.
  • 대개의 경우, 이것보다 pip 사용이 권장된다.

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 }}