Chase AdamsChase Adams
AboutContentPromptsPrototypesNewsletter

installing pip with Homebrew

Essays and updates on product, engineering, and AI at Stomatiq.

1 minute read

Post Details

Published
Oct 27, 2022
Category
Engineering
Share
ChatGPT

Latest Posts

The High Throughput Zero-Writing Documentation System

The High Throughput Zero-Writing Documentation System

Walk and talk into Voice Memos. Brain dump everything. Ship transcripts to Claude. Get structured output.

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
AboutAI Workflow SpecContentStacksNewsletterPromptsRSS