I\'m trying to install pip3, but I\'m not having any luck. Also, I tried sudo install and it did not work. How could I install pip3 on my Mac?
sudo install
For me brew postinstall python3 didn't work. I found this solution on the GitHub Homebrew issues page:
brew postinstall python3
$ brew rm python $ rm -rf /usr/local/opt/python $ brew cleanup $ brew install python3