Mac M1 (Apple Silicon)에서 homebrew를 설치할 수 있습니까?
지금까지대로 설치하려고하면 ...
현재 터미널에서 지금까지대로 homebrew를 설치하려고하면 이러한 출력이 표시됩니다.
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
Homebrew is not (yet) supported on ARM processors!
Rerun the Homebrew installer under Rosetta 2.
If you really know what you are doing and are prepared for a very broken experience you can use another installation option for installing on ARM:
https://docs.brew.sh/Installation
지금까지 거리에서는 안되는 것 같네요.
대책 1 터미널을 Rosseta를 사용하여 열도록 한다
Rosetta
를 사용하여 열기 확인이렇게하면 homebrew를 설치할 수 있습니다.
$ brew doctor
Please note that these warnings are just used to help the Homebrew maintainers
with debugging if you file an issue. If everything you use Homebrew for is
working fine: please don't worry or file an issue; just ignore this. Thanks!
Warning: You are using macOS 11.0.
We do not provide support for this released but not yet supported version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
released but not yet supported version.
조치 2 /opt/homebrew에 저장하도록 실행
htps : // / cs. b w. sh / in s taichion 그럼
However do yourself a favour and install to/usr/local on macOS Intel,/opt/homebrew on macOS ARM, and/home/linuxbrew/.linuxbrew on Linux.
그리고 있습니다.
macOS ARM에서는
/opt/homebrew
에 설치하라는 안내를 받았습니다.실행 명령
cd /opt
mkdir homebrew
curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C homebrew
요약
모처럼의 ARM이므로 최대한 Rosetta 사용하고 싶지 않네요.
어쨌든 유니버설로 마이그레이션 ...
상황에 따라 설치합시다!
추가
homebrew가 Apple Silicon과 호환되는 버전을 발표했습니다.
Apple Silicon의 경우
/opt/homebrew
에 자동으로 설치해주는 것 같습니다.※ homebrew로 설치할 수 있는 패키지가 모두 Apple Silicon에 대응한 것은 아닙니다.
Reference
이 문제에 관하여(Mac M1 (Apple Silicon)에서 homebrew를 설치할 수 있습니까?), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/shira-shun/items/0f6213f4923cb5544367텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)