執行了一下,gem install ***
提示:
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions for the /Library/Ruby/Gems/2.0.0 directory.
於是用,sudo gem install ***
提示:
ERROR: While executing gem ... (Errno::EPERM)
Operation not permitted - /usr/bin/***
之前用10.10時沒有這個狀況,大家有遇過這個問題嗎?
執行
csrutil disable
後再重啟應該是可以的,升級10.11後,很多app都遇到了這個坑。但針對我的問題而言,我用
brew install ruby
又弄了一個,然後執行正常了。這個是因為 SIP(System Integrity Protection) 的緣故。
你需要到 Recovery Mode 中,開啟 Terminal,輸入
csrutil disable
,執行完畢重啟即可。無根