macos
macOS tst123 1y ago 100%

Fix: "zsh: command not found: pip" after installing python via homebrew

I just ran into this error so figured I'd share with the solution.

I installed python via homebrew then when trying to run pip install I was getting this error:

zsh: command not found: pip

I fixed it by running:

alias pip=pip3

6
1
Comments 1