pod install -bash: pod: command not found

后端 未结 21 2772
野的像风
野的像风 2020-11-28 19:06

I installed pod some time ago. However, it\'s stopped working so I\'m working through this again.

However, I almost immediately run into a problem here:

21条回答
  •  一向
    一向 (楼主)
    2020-11-28 19:50

    @Babul Prabhakar was right

    IMPORTANT: However,if you still get "pod: command not found" after using his solution, this command could solve your problem:

    sudo chown -R $(whoami):admin /usr/local
    

提交回复
热议问题