setting, git, shell etc

맥에서 pip로 모듈 설치시 operation not permitted에러

qkqhxla1 2017. 2. 18. 13:56

ex) dmgbuild를 설치하고자 한다.


sudo pip install dmgbuild를 했는데.... sudo로 관리자 권한으로 실행했음에도 불구하고...

이처럼 갑자기 죽어버리는 경우가 있다. 지금보니 dmgbuild라는 모듈 말고도


여러가지 앱이 동일한 원인으로 죽는 경우가 많은것 같다. 


에러 메시지를 잘 살펴보면 sudo로 실행했음에도 중간에 operation not permitted라는 글이 보인다.


이 경우 아래 링크의 첫번째 답변 pip install --ignore-installed six처럼 --ignore-installed 옵션을 중간에 주면 된다.


참고 : http://stackoverflow.com/questions/31900008/oserror-errno-1-operation-not-permitted-when-installing-scrapy-in-osx-10-11

'setting, git, shell etc' 카테고리의 다른 글

intellij 뚝뚝 끊김.  (0) 2017.03.16
gradle 관련.  (0) 2017.02.19
구글 크롬 단축키  (0) 2017.01.21
Intellij 테마,폰트 바꾸기.  (0) 2017.01.17
git 기초, 생활코딩 git 강좌  (0) 2017.01.15