728x90
반응형

Ubuntu 20.04에서 python3-pip을 려는데 에러가 발생했다.
https://stackoverflow.com/questions/62317653/how-to-install-python3-pip-on-ubuntu-20-04
How to install python3-pip on ubuntu 20.04
I installed Ubuntu 20.04 on a PC. I then tried to get started and install pip for python3. However nothing seemed to work. This is what I have tried so far: sudo apt install python3-pip This is the
stackoverflow.com
sudo apt-get install python3-setuptools
sudo python3 -m easy_install install pip
python3 -m pip --version
나는 위의 방법으로 해결할 수 있었다.
만약 안되면 sudo apt update를 해봐라.
728x90
반응형
'ERROR' 카테고리의 다른 글
nohup 명령시에도 putty 로그아웃시 프로세스가 종료되는 문제 (0) | 2022.04.10 |
---|---|
기본 파이썬을 변경하는법 (2.7 to 3) (0) | 2022.04.07 |
Django channels layer 구현 중 Redis 설치오류 (1) | 2021.08.19 |
SystemCheckError: System check identified some issues: (0) | 2021.05.07 |
CSS 적용 문제 (0) | 2021.05.03 |