1 개요[ | ]
- EasyInstall, easy_install
- 이지인스톨
- Python용 패키지 매니저
- 패키지명으로 설치하거나 tar.gz, egg 파일을 설치할 수 있다.
- 대개의 경우, 이것보다 pip 사용이 권장된다.
2 명령어 예시[ | ]
- 패키지명
Bash
Copy
easy_install 패키지명
- 웹에서 다운로드하여 설치
Bash
Copy
easy_install http://example.com/경/로/패키지명-1.2.3.tgz
- 로컬 파일시스템에서 설치
Bash
Copy
easy_install /home/testuser/패키지명-1.2.3-py2.7.egg
- 소스코드 압축 풀린 곳에서 설치
Bash
Copy
easy_install .
- 제거(uninstall)
Bash
Copy
easy_install -m 패키지명
3 같이 보기[ | ]
- PyPI (Python 패키지 인덱스)
- Python 패키지 매니저
- RubyGems
- setuptools
- pip
- 리눅스 Flask 설치
- Python 설치 모듈 목록 확인
- 파이썬 pip, easy_install 정상화
4 참고[ | ]
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.