Installing Mojo on WSL?
I've got WSL downloaded and I have been trying to install Mojo, but all the tutorials that I find seem to be outdated, and running
mojo
commands isn't possible after installing Magic. Can someone tell me how to install Mojo with WSL?2 Replies
Hey, were you following this? https://docs.modular.com/mojo/manual/get-started
To run mojo commands, you can do
magic run mojo <command>
Inside of an initialized projectAh, I must have skipped
cd hello-world && magic-shell
Thanks for the help