
아래 코드를 넣는 과정에서 warning이 발생하여 여쭙니다 ..
세 개를 순차적으로 넣는 과정에서
sudo update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1
순서일 때 사진처럼 발생했습니다

sudo apt-get update
sudo apt-get install -y python3-pip
sudo update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1
