728x90
윈도우에 easy_install, pip 설치하기
1. ez_setup.py 파일 다운로드
https://pypi.python.org/pypi/setuptools/1.0#windows
2. cmd 창 실행 후 아래 명령어 입력
C:\Users\py> python ez_setup.py build
C:\Users\py> python ez_setup.py install
3. path 추가
고급시스템 설정 > 고급 > 환경변수 > 사용자변수 > path 편집 > C:\Python27\Scripts 추가
4. cmd 창 실행 후 아래 명령어 입력
C:\Users\py> easy_install pip
728x90
'프로그래밍 Programming' 카테고리의 다른 글
render_to, render_to_response (0) | 2015.10.26 |
---|---|
ImportError: No module named mechanize (0) | 2015.10.23 |
Anaconda Package List (Python version: 2.7) (0) | 2015.10.17 |
MySQL 한글이 ???와 같이 깨져나올 때 (0) | 2015.10.05 |
MySQL Error Code: 1175 You are using safe update mode and you tried to update a table without a WHERE that uses a KEY column (0) | 2015.10.03 |