Skip to content

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
Member

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