Search found 1 match

by galewinston
Tue Jun 15, 2021 1:28 am America/New_York
Forum: Questions/Comments
Question: Getting the error ‘/usr/bin/python: No module named pip’
Replies: 4

Re: Getting the error ‘/usr/bin/python: No module named pip’

On Mac using brew is a better option as apt-get is not available. Command: 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....