본문 바로가기

computer/develop

setuptools

pac(proxy configuration file)을 다운로드 한다.

http://code.google.com/p/pacparser
을 다운 받아서  설치 (setup.py install)

예제처럼 테스트 하면 대충 주소가 나온다.

http://pypi.python.org/packages/2.5/s/setuptools/
set http_proxy=http://user:password@proxy:port

http://pypi.python.org/simple/ 에 있는 것만 easy_install된다.

cmd.exe
set http_proxy=http://xxx.xxx.xxx.xxx:xxxx
easy_install 4Suite

이 글은 스프링노트에서 작성되었습니다.