맥북에 homebrew 설치하기
- Development/Mac
- 2022. 6. 22.
맥북에 homebrew 설치하기
맥북을 새로 구매/ 교체하는 등, 새로 셋업하다 보면 homebrew도 새로 설치를 하기 마련이다.
절차는 간단한데, 다음과 같이 따라하면 될 것이다.
설치하기
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
터미널을 열고, 위의 명령어를 복사하여 실행한다.
잠시 후에, 아래와 같은 문구들이 흘러가는 것을 볼 수 있다.
HEAD is now at 65e077aac Merge pull request #13441 from Homebrew/dependabot/bundler/Library/Homebrew/sorbet-static-and-runtime-0.5.10098
==> Tapping homebrew/core
remote: Enumerating objects: 1211552, done.
remote: Counting objects: 100% (213/213), done.
remote: Compressing objects: 100% (95/95), done.
remote: Total 1211552 (delta 130), reused 198 (delta 118), pack-reused 1211339
Receiving objects: 100% (1211552/1211552), 491.58 MiB | 7.10 MiB/s, done.
Resolving deltas: 100% (835026/835026), done.
From https://github.com/Homebrew/homebrew-core
* [new branch] master -> origin/master
HEAD is now at 8cf67a9bf32 node-build: update 4.9.84 bottle.
Warning: /opt/homebrew/bin is not in your PATH.
Instructions on how to configure your shell for Homebrew
can be found in the 'Next steps' section below.
==> Installation successful!
만약, 여기까지만 보고 설치가 다 되었구나 라고 덜컥 명령어를 실행한다면 실패할 것이다.
반응형
출력되는 문장을 끝까지 살펴보자.
==> Next steps:
- Run these two commands in your terminal to add Homebrew to your PATH:
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/luran/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
Next steps에 출력되는 두 문장을 각각 복사하여 실행하자.
본인의 설치 경로에 맞는 값으로 출력이 될테니, 본 포스트에 있는 내용이 아니라 실제 출력되는 문장들을 복사하여 실행해야 한다.
설치가 완료되면,
$ brew help
$ brew
등의 커맨드를 실행하여 정상적으로 설치가 되었는지 확인하면 된다.
'Development > Mac' 카테고리의 다른 글
맥 독 (Mac Dock)의 위치를 바꾸려면? (1) | 2022.09.26 |
---|---|
맥북 초기화 방법 - 중고 판매시 꼭 초기화 하자 (0) | 2022.08.04 |
맥북 dmg 파일을 원하는 위치에 수동 설치하려면? (0) | 2022.07.11 |
패러럴즈 윈도우즈 vm 복사하기 - 신규 맥북에서는? (0) | 2022.06.27 |
깔끔하게 맥북 프로그램 삭제하기 (0) | 2022.06.13 |
맥북 - 편리한 만능 계산기 Numi (0) | 2022.05.27 |
맥북이 느려지고, 팬 소리가 심하다면? (feat. 이륙하는 소리) (0) | 2022.03.28 |
[macos] shift+space로 한영전환이 잘 안된다면? (0) | 2022.03.10 |