📚 [Python3] 우분투에 pip 설치하기

Category: Python3 | 📅 February 25, 2015

Python3 설치하기

$ sudo apt-get update
$ sudo apt-get dist-upgrade
$ sudo apt-get autoremove
$ sudo apt-get install python3
$ sudo apt-get install python3-pip
$ sudo pip3 install --upgrade pip
🏷️ Tags
  • #Python3  
  • #Install-on-ubuntu