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

Handle Rosetta not installed case on MacOS M1 #272

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

davidanthoff
Copy link
Collaborator

@davidanthoff davidanthoff commented Mar 21, 2022

Fixes #239.

.output() {
Ok(value) => {
if String::from_utf8(value.stdout)? != "i386" {
println!("It seems that you have not yet installed Rosetta, please install it with `softwareupdate --install-rosetta` before you try to install Julia.");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this necessary, though? I think a comment explaining that (or even a message to the user doing so) would be helpful.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rosetta not installed by default on arm Mac
2 participants