Useful Information/Linux
Ubuntu(우분투)에 pip & pip3 install (설치)하는 방법
Jeonggeun
2020. 7. 8. 13:22
728x90
python2.x 버전
sudo apt-get install python-pip
python3.x 버전
sudo apt-get install python3-pip
Reference
[1] http://wanochoi.com/?p=3575

반응형