Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

install: add workaround for rosetta2 path error to msg #10319

Merged
merged 4 commits into from Jan 26, 2021

Commits on Jan 14, 2021

  1. install: add workaround for rosetta2 path error msg

    It's possible the user's terminal emulator is running under rosetta2.
    Consequently, the i86_64 version of the ruby interpreter will be used.
    Likely, the right thing to do is simply install the arm64 version of the
    requested package. This can be accomplished using: arch -arm64 brew ...
    
    Fixes: Homebrew#10313
    dcow committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    9b4fea6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0562d0c View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Update Library/Homebrew/install.rb

    Incorporate suggested wording
    
    Co-authored-by: Mike McQuaid <mike@mikemcquaid.com>
    dcow and MikeMcQuaid committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    db52d6a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Configuration menu
    Copy the full SHA
    786a06d View commit details
    Browse the repository at this point in the history