Mac M1 (Apple Silicon)에서 homebrew를 설치할 수 있습니까?

3033 단어 iOSSwiftMachomebrewM1

지금까지대로 설치하려고하면 ...



현재 터미널에서 지금까지대로 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에 대응한 것은 아닙니다.
  • macOS용 패키지 관리 시스템 「Homebrew」가 Apple Silicon 탑재 Mac에 정식 대응
  • 좋은 웹페이지 즐겨찾기