윈도우의 경우 http://python-distribute.org/distribute_setup.py 이 곳에서 먼저 distribute를 설치하고 pip를 설치 해야 한다. 그 후 python distribute_setup.py 콘솔창에서 입력 해주기! 그 후 pip를 설치하자!! https://raw.github.com/pypa/pip/master/contrib/get-pip.py python get-pip.py 그 후 파이썬이 설치 된 디렉토리를 가게 되면 Scripts 디렉토리가 있을 것이다. 그 안에 있는 pip를 이용하자. 리눅스의 경우 1. 리눅스 계열 easy-install 설치 https://pypi.python.org/pypi/distribute 그 후 터미널에서 python setup..