sh 执行gem时解决El Capitan错误(不允许errnoeperm操作) - 来自http://stackoverflow.com/questions/32891965/error-

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 执行gem时解决El Capitan错误(不允许errnoeperm操作) - 来自http://stackoverflow.com/questions/32891965/error-相关的知识,希望对你有一定的参考价值。

# Apparently with OSX el Capitan, there is a new security function that prevents 
# you from modifying system files called Rootless. 
# So you'll have 2 options:  If you install gems on "/usr/local/bin"
# there will be no problem because rootless doesn't affect this path.  

sudo gem install -n /usr/local/bin GEM_NAME_HERE

以上是关于sh 执行gem时解决El Capitan错误(不允许errnoeperm操作) - 来自http://stackoverflow.com/questions/32891965/error-的主要内容,如果未能解决你的问题,请参考以下文章

无法在 OS X“El Capitan”上安装 gem

在 OSX 10.11 El Capitan 上安装 therubyracer gem

El Capitan 升级:未加载库:/usr/local/lib/libmysqlclient.18.dylib

sh 创建可启动的El Capitan ISO

sh 验证/修复OS X El Capitan上的磁盘权限

sh 在OS X El Capitan上安装Autoconf和Automake