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
I had the same issue and used:
sudo -H pip3 install virtualenv sudo -H pip3 install virtualenvwrapper --ignore-installed six