I installed python3 using homebrew but it didn\'t install pip3 or should I say it installed but it doesn\'t recognize the command ?
Here is what I did:
b
In my case, this fixed the issue:
brew unlink python@3.9; brew link python@3.9
(You might have to replace the version number with the version you have installed)