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
After resolving the linking issue (e.g. https://github.com/Homebrew/homebrew-core/issues/19286 ), python3 is installed but not pip3. Reinstalling python (e.g. brew reinstall python) eventually installs pip3 as well. These steps works well for me.