easy_install
윈도우에 easy_install, pip 설치하기
윈도우에 easy_install, pip 설치하기
2015. 10. 17.윈도우에 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