반응형
파이썬 패키지를 설치 관리해주는 PIP를 설치
1. pip은 Python 2.x용, pip3는 Python 3.x
apt-get install python-pip
pi@raspberrypi:/home $ sudo apt-get install python3-pip
2. 버전 확인
pi@raspberrypi:/home $ sudo pip --version
pi@raspberrypi:/home $ sudo pip3 --version
반응형
댓글