[python] python 2.7.9가 windows server 2008 R2 에 설치가 안되는 문제

문제 : 윈도우즈 인스톨러로 설치 시 인스톨러 패키지가 어쩌구 저쩌구 하면서 설치가 안됩니다. 이벤트 뷰어의 어플리케이션 로그에 아래와 같은 메시지가 나옵니다. 아참 이미 파이썬 3.4.3 이 설치 되어 있었어요.

Product: Python 2.7.9 — Error 1721. There is a problem with this Windows Installer package. A program required for this install to complete could not be run. Contact your support personnel or package vendor. Action: UpdatePip, location: D:\Python279\python.exe, command: -m ensurepip -U –default-pip

당장 해결법 : 설치 시에 pip 설치 체크를 풀고 진행합니다.

pip 를 설치하는 법 : https://pip.pypa.io/en/latest/installing.html#install-pip 를 참고