We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://docs.modular.com/max/tutorials/magic
The page https://docs.modular.com/max/tutorials/magic#step-5-use-a-nested-package suggests running magic run bash local/zero
magic run bash local/zero
but that returns "local/zero: local/zero: cannot execute binary file"
The command should be changed to magic run bash -c local/zero.
magic run bash -c local/zero
You're awesome!
The text was updated successfully, but these errors were encountered:
Also, I believe the build command magic run mojo build local/zero.mojo cannot (?) work. It should instead be
magic run mojo build local/zero.mojo
cd local magic run mojo build zero.mojo
Sorry, something went wrong.
Thanks! good catch. Will fix in the doc.
Will be fixed in the next release.
ehsanmok
No branches or pull requests
Where is the problem?
https://docs.modular.com/max/tutorials/magic
What can we do better?
The page
https://docs.modular.com/max/tutorials/magic#step-5-use-a-nested-package
suggests running
magic run bash local/zero
but that returns "local/zero: local/zero: cannot execute binary file"
The command should be changed to
magic run bash -c local/zero
.Anything else?
You're awesome!
The text was updated successfully, but these errors were encountered: