Currently using WSL with Ubuntu 22.04.2. Modular was successfully downloaded and after running the modular install mojo command it does install mojo. However just before completion it stops at a certain point TEST:
mojo --help
mojo --help
... OK TEST:
mojo run --help
mojo run --help
... OK TEST:
mojo build test_mandelbrot.mojo
mojo build test_mandelbrot.mojo
... OK TEST:
mojo build test_python.mojo
mojo build test_python.mojo
... OK TEST:
mojo demangle
mojo demangle
... OK TEST:
mojo format
mojo format
... OK TEST:
mojo package
mojo package
... OK TEST:
mojo test_mandelbrot.mojo
mojo test_mandelbrot.mojo
... OK TEST:
mojo test_python.mojo
mojo test_python.mojo
... OK it does not test for the repl and its been like this for the past 3 hours.