Mojo Install Hanging in Codespaces
I'm trying to install mojo on codespaces and it seems to hang on the 'modular install mojo' command. I did 'modular clean' and then tried again but still hanging. Does installing usually take this long? Been around 20 minutes for both attempts.
4 Replies
Had the same issue. I interrupted installer (by pressing CTRL+C) and setup env variables ...
echo 'export MODULAR_HOME="$HOME/.modular"' >> ~/.bashrc
echo 'export PATH="$MODULAR_HOME/pkg/packages.modular.com_mojo/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
and after that i could run mojo.Working like a charm now. Thank you fellow, kind mojonian...or whatever we should call ourselves these days. Thank again!
@msthil2 close the post if resolved
I recommend you use Gitpod instead (this is a
small
free instance)
thanks @sa-code for his suggestion