Welcome! 🙋‍♂️ View more

Engineering 💻/Cloud

최초 EC2에 PIP 설치

DeepFlame 2022. 1. 5. 18:14

 

EC2 최초 개설 후 PIP 설치시 아래 에러가 나타날 수 있다.

$ Unable to locate package python3-pip

$ Package 'python3-pip' has no installation candidate

 

그럴때 아래와 같이 시도해보자. 🤗

$ sudo apt update
$ sudo apt upgrade
$ sudo apt install python3-pip

 

 

반응형