Dev record/Ubuntu

Package python-pip is not available, but is referred to by another package.

Barrer 2023. 1. 5. 23:10
반응형

문제상황

Package python-pip is not available, but is referred to by another package.

해결 방안

curl https://bootstrap.pypa.io/pip/2.7/get-pip.py -o get-pip.py
python get-pip.py

 

reference

https://stackoverflow.com/questions/64187581/e-package-python-pip-has-no-installation-candidate

반응형