python 3.8 'No module named pip'
www.biostars.org › p › 448261Jul 08, 2020 · brew install python In case you have both python2 & python3 installed on machine. python2.7 -m ensurepip --default-pip simply should solve the issue. If instead you are missing pip from python 3 then simply change python2.7 to python3 in the command above.