커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
Homebrew 설치
[왕초보] 나만의 수익성 앱, 앱개발 종합반
1주차
북마크
박*해
댓글
10
추천
0
조회수
37
조회수
37
답변 완료

* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.

* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.


Homebrew 설치 중 설치가 되어있는지 확인하고있는데 설치가 안된거같은데 뭐가 문제인지 모르겠습니다 ㅠㅠ




보고 계신 화면 전체를 캡처해 주시면,

스파르타 즉문즉답

튜터님들이 빠르게 상황을 이해할 수 있어요.




작성한 코드 및 에러 메세지

Last login: Sat Oct 29 22:40:44 on ttys000

bagdahae@bagdahaeui-MacBookPro ~ % 

bagdahae@bagdahaeui-MacBookPro ~ % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

==> Checking for `sudo` access (which may request your password)...

Password:

==> This script will install:

/opt/homebrew/bin/brew

/opt/homebrew/share/doc/homebrew

/opt/homebrew/share/man/man1/brew.1

/opt/homebrew/share/zsh/site-functions/_brew

/opt/homebrew/etc/bash_completion.d/brew

/opt/homebrew


Press RETURN/ENTER to continue or any other key to abort:

bagdahae@bagdahaeui-MacBookPro ~ % 

bagdahae@bagdahaeui-MacBookPro ~ % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

==> Checking for `sudo` access (which may request your password)...

Password:

==> This script will install:

/opt/homebrew/bin/brew

/opt/homebrew/share/doc/homebrew

/opt/homebrew/share/man/man1/brew.1

/opt/homebrew/share/zsh/site-functions/_brew

/opt/homebrew/etc/bash_completion.d/brew

/opt/homebrew


Press RETURN/ENTER to continue or any other key to abort:

bagdahae@bagdahaeui-MacBookPro ~ %   

bagdahae@bagdahaeui-MacBookPro ~ % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

==> Checking for `sudo` access (which may request your password)...

Password:

==> This script will install:

/opt/homebrew/bin/brew

/opt/homebrew/share/doc/homebrew

/opt/homebrew/share/man/man1/brew.1

/opt/homebrew/share/zsh/site-functions/_brew

/opt/homebrew/etc/bash_completion.d/brew

/opt/homebrew


Press RETURN/ENTER to continue or any other key to abort:

==> /usr/bin/sudo /usr/sbin/chown -R bagdahae:admin /opt/homebrew

==> Downloading and installing Homebrew...

HEAD is now at 31758eaa0 Merge pull request #14027 from MikeMcQuaid/devcontainer

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!


==> Homebrew has enabled anonymous aggregate formulae and cask analytics.

Read the analytics documentation (and how to opt-out) here:

 https://docs.brew.sh/Analytics

No analytics data has been sent yet (nor will any be during this install run).


==> Homebrew is run entirely by unpaid volunteers. Please consider donating:

 https://github.com/Homebrew/brew#donations


==> Next steps:

- Run these three commands in your terminal to add Homebrew to your PATH:

  echo '# Set PATH, MANPATH, etc., for Homebrew.' >> /Users/bagdahae/.zprofile

  echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/bagdahae/.zprofile

  eval "$(/opt/homebrew/bin/brew shellenv)"

- Run brew help to get started

- Further documentation:

  https://docs.brew.sh


bagdahae@bagdahaeui-MacBookPro ~ % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

==> Checking for `sudo` access (which may request your password)...

Password:

==> This script will install:

/opt/homebrew/bin/brew

/opt/homebrew/share/doc/homebrew

/opt/homebrew/share/man/man1/brew.1

/opt/homebrew/share/zsh/site-functions/_brew

/opt/homebrew/etc/bash_completion.d/brew

/opt/homebrew


Press RETURN/ENTER to continue or any other key to abort:

==> /usr/bin/sudo /usr/sbin/chown -R bagdahae:admin /opt/homebrew

==> Downloading and installing Homebrew...

HEAD is now at 31758eaa0 Merge pull request #14027 from MikeMcQuaid/devcontainer

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!


==> Homebrew has enabled anonymous aggregate formulae and cask analytics.

Read the analytics documentation (and how to opt-out) here:

 https://docs.brew.sh/Analytics

No analytics data has been sent yet (nor will any be during this install run).


==> Homebrew is run entirely by unpaid volunteers. Please consider donating:

 https://github.com/Homebrew/brew#donations


==> Next steps:

- Run these three commands in your terminal to add Homebrew to your PATH:

  echo '# Set PATH, MANPATH, etc., for Homebrew.' >> /Users/bagdahae/.zprofile

  echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/bagdahae/.zprofile

  eval "$(/opt/homebrew/bin/brew shellenv)"

- Run brew help to get started

- Further documentation:

  https://docs.brew.sh


bagdahae@bagdahaeui-MacBookPro ~ % sudo npm install -g npm

Password:


changed 16 packages, and audited 212 packages in 929ms


11 packages are looking for funding

 run `npm fund` for details


found 0 vulnerabilities

bagdahae@bagdahaeui-MacBookPro ~ % node -v

npm -v

v19.0.0

8.19.2

bagdahae@bagdahaeui-MacBookPro ~ % /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

==> Checking for `sudo` access (which may request your password)...

==> This script will install:

/opt/homebrew/bin/brew

/opt/homebrew/share/doc/homebrew

/opt/homebrew/share/man/man1/brew.1

/opt/homebrew/share/zsh/site-functions/_brew

/opt/homebrew/etc/bash_completion.d/brew

/opt/homebrew


Press RETURN/ENTER to continue or any other key to abort:

==> /usr/bin/sudo /usr/sbin/chown -R bagdahae:admin /opt/homebrew

==> Downloading and installing Homebrew...

HEAD is now at 31758eaa0 Merge pull request #14027 from MikeMcQuaid/devcontainer

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!


==> Homebrew has enabled anonymous aggregate formulae and cask analytics.

Read the analytics documentation (and how to opt-out) here:

 https://docs.brew.sh/Analytics

No analytics data has been sent yet (nor will any be during this install run).


==> Homebrew is run entirely by unpaid volunteers. Please consider donating:

 https://github.com/Homebrew/brew#donations


==> Next steps:

- Run these three commands in your terminal to add Homebrew to your PATH:

  echo '# Set PATH, MANPATH, etc., for Homebrew.' >> /Users/bagdahae/.zprofile

  echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> /Users/bagdahae/.zprofile

  eval "$(/opt/homebrew/bin/brew shellenv)"

- Run brew help to get started

- Further documentation:

  https://docs.brew.sh


bagdahae@bagdahaeui-MacBookPro ~ % brew search node

brew install node@16

zsh: command not found: brew

zsh: command not found: brew

bagdahae@bagdahaeui-MacBookPro ~ % 




취소
 공유
취소
댓글 0
댓글 알림
나의얼굴