7
CMD에서 Pip 명령을 실행하는 방법
내가 이해하는 바와 같이 Python 2.7.9에는 Pip가 설치되어 있지만 CMD (Windows)에서 Pip 명령을 실행하려고하면 다음 오류가 발생합니다. 'pip' is not recognized as an internal or external command, operable program or batch file. 입력 python하면 다음과 같이 올바르게 설치되었음을 알 수 있습니다. Python 2.7.9 (default, Dec 10 2014, 12:24:55) [MSC v.1500 …