Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- redis
- HBase
- Java
- 리눅스
- Python
- dynamic programming
- docker
- 문제풀이
- codewars
- DP
- 동적프로그래밍
- leetcode
- 알고리즘
- gradle
- zookeeper
- programmers
- 코드워
- 프로그래머스
- golang
- boj
- 튜토리얼
- go
- 파이썬
- 스칼라
- Go언어
- Linux
- 주키퍼
- scala
- OOM
- 자바
Archives
- Today
- Total
파이문
맥에서 brew 사용할 때 /usr/local is not writable. You should change the ownershipand permissions 본문
트러블 슈팅
맥에서 brew 사용할 때 /usr/local is not writable. You should change the ownershipand permissions
민Z 2019. 6. 16. 16:57728x90
맥에서 brew로 뭔가를 하는데 아래와 같이 에러가 떴다.
Error: /usr/local is not writable.
You should change the ownership and permissions of /usr/local back to your user account:
sudo chown -R $(whoami) /usr/loca
그러면 아래 처럼 셸에서 사용하면 된다.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
출처
'트러블 슈팅' 카테고리의 다른 글
[HBase] NotServingRegionException 해결 (0) | 2021.04.07 |
---|---|
org.apache.zookeeper.server.quorum.QuorumPeerMain (0) | 2019.07.21 |
gradle "java.lang.NoClassDefFoundError" (1) | 2019.05.08 |
Go 에서 testing 하기 (0) | 2019.04.23 |
Virtual Box CentOS 무선 인터넷 연결하기 (1) | 2018.03.14 |
Comments