brew install python3 didn't install pip3

前端 未结 5 2123
青春惊慌失措
青春惊慌失措 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:54

    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)

提交回复
热议问题