Operation not permitted - /usr/bin/update_rubygems

后端 未结 8 1019
星月不相逢
星月不相逢 2020-12-07 17:33

When I execute on osx El Capitan:

sudo gem update --system  

I got the error:

Updating rubygems-update
ERROR:  While execut         


        
8条回答
  •  遥遥无期
    2020-12-07 18:04


    For those that are still having this issue, basically it was a security upgrade that Apple release in the new OSx. It's a System Integrity Protection which is basically a "rootless" security system. Follow these steps to disable:

    http://osxdaily.com/2015/10/05/disable-rootless-system-integrity-protection-mac-os-x/

    Take Note This should only be done if you understand what you are doing and why!

提交回复
热议问题