how to install pip with Homebrew on MacOS.
2022-10-28
To install pip
with a Homebrew installed version of python3
, run:
python3 -m pip install --upgrade setuptools
In order to use the binaries that pip
installed, I also added this to my PATH
in my .zshrc
:
PATH=$USER/Library/Python/3.8/bin:$PATH
export PATH
Hey, I'm Chase. I help aspiring entrepreneurs and makers turn their ideas into digital products and apps.
Subscribe to my Newsletter
Every other week I publish the Curiously Crafted newsletter.
In it, I explore the intersection of curiosity and craft: the people who make stuff, what they make and the way they pursue the craft of making.