El Capitan 에서 rhc 를 설치하려면 아래와 같은 에러가 납니다.

$ sudo gem install rhc
ERROR:  While executing gem ... (Errno::EPERM)
    Operation not permitted - /usr/bin/rhc


El Capitan 에서는 편집기(nano 나 vi)를 사용해서 ruby가 gem을 통하여 인스톨하는 경로를 바꿔줘야 한다.
$ nano ~/.gemrc 그리고 gem: -n/usr/local/bin을 추가하여 저장한다.

MacBook-Air:~ red$ sudo gem install rhc
===========================================================================

If this is your first time installing the RHC tools, please run 'rhc setup'

===========================================================================
Successfully installed rhc-1.37.1
Parsing documentation for rhc-1.37.1
Installing ri documentation for rhc-1.37.1
1 gem installed

/usr/local/bin/rhc 라는 경로에 rhc가 설치된다.

Posted by 빨강토끼
,