운영체제/리눅스 linux

[Ubuntu] 우분투에 pip 설치하는 방법

박경태 2022. 11. 23. 19:35

다음 에러가 발생

pip list

bash: pip: command not found

 

pip 설치해보자

apt install python3-pip -y

설치완료

 

다시 명령어 입력해보자

pip list