apple/mac

mac 에 python3 / pip 설치하기

vhrms 2018. 6. 6. 22:05
반응형

python3 설치


https://code.i-harness.com/ko/q/1078a17


brew install python3





pip 설치


https://pip.pypa.io/en/stable/installing/


curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py



참고로 맥 하이시에라 버전은 python 2.x 버전이 기본적으로 설치되어져 있는 상태였습니다.