ModularM
Modular13mo ago
14 replies
Jake

Installing via Magic script

I am following https://docs.modular.com/mojo/manual/get-started/ and using a devcontainer in the process. (See https://github.com/jake-danton/mojo_test for reference).

I got it mostly working, but had some additional dependencies to install (build-essential, etc) to go from a clean Ubuntu setup (see repro for more info). So there may need to be either prerequisites added to the docs or an update to the script.

The two big things I haven't got working are:
* LLVM_SYMBOLIZER_PATH not being set (this should happen during installation, right?)
* The elf_dynamic_array_reader.h:64] tag not found error that many GitHub issues call out

Any insights to fixing these would be super helpful! Thanks!
Install Mojo and learn the language basics by building a complete Mojo program
Get started with Mojo | Modular
GitHub
Testing Mojo in a devcontainer. Contribute to jake-danton/mojo_test development by creating an account on GitHub.
GitHub - jake-danton/mojo_test: Testing Mojo in a devcontainer
Was this page helpful?