brew install python3 didn't install pip3

前端 未结 5 2011
青春惊慌失措
青春惊慌失措 2021-01-31 04:18

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         


        
5条回答
  •  清酒与你
    2021-01-31 04:57

    I had the same issue and used:

    sudo -H pip3 install virtualenv
    sudo -H pip3 install virtualenvwrapper --ignore-installed six
    

提交回复
热议问题