bundle update 하다가 다음 에러를 만났다.
$ bundle update
Errno::EACCES: Permission denied @ rb_sysopen - /Users/Google/.rbenv/versions/2.1.0/gemsets/story-deploy/gems/zookeeper-1.4.11/.ctags_paths
아마도 .rbenv 디렉토리에 permission이슈가 있었던 것 같다. chown 실행하니 더이상 Permission 에러가 나지 않는다.
$ sudo chown -R Google ~/.rbenv
'Ruby' 카테고리의 다른 글
[ruby] enumeration의 inject (0) | 2016.08.12 |
---|---|
[ruby] bundle에서 모듈설치시 You have to install development tools first. 에러 해결하기 (0) | 2016.01.13 |
[ruby] gem install 시 openssl 설치시 file not found 해결하기 (0) | 2015.12.22 |
[ruby gem] You have to install development tools first. 해결하기 (0) | 2015.12.21 |
[ruby] csv 처리 (0) | 2015.12.10 |