카테고리 없음

파이썬 2.7 pip 설치

이팔청춘 2022. 10. 13. 19:53

pip 명령 없을 시 설치

sudo apt install python-setuptools

 

sudo easy_install pip

 

현재 파이썬 2.7 pip 설치시 에러 발생

 

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