pip3 : command not found

Chris Angelico rosuav at gmail.com
Sun Oct 30 21:59:07 EDT 2016


On Mon, Oct 31, 2016 at 12:15 PM, Vishal Subbiah
<subbiahvishal at gmail.com> wrote:
> "python3 -m pip install LoremIpsum
> /usr/local/opt/python3/bin/python3.5: No module named pip"
>
> How do I fix this?

This is the one that ought to work. Something's gone wrong with the
installation; as part of the install of recent Pythons, ensurepip
should be run, which will provide you with pip.

How did you install Python?

ChrisA



More information about the Python-list mailing list