pip31 Ubuntu pip2,3&python2.7 설치법 apt-get update 일단 먼저 목록을 업데이트 해주고 apt-get upgrade python3 파이썬3를 최신버전으로 업그레이드 해준다 apt install python3-pip 그리고 바로 pip3설치 이제 python2를 설치하기 위해 add-apt-repository universe apt update 로 Universe저장소를 활성화시켜주고 바로 업데이트 apt install python2 curl https://bootstrap.pypa.io/pip/2.7/get-pip.py --output get-pip.py python2 get-pip.py 그 다음 이런식으로 설치를 해주면 된다! #버전 확인 pip3 --version pip2 --version 2022. 2. 17. 이전 1 다음