How To Install Mojo Programming Language
How To Install Mojo Programming Language
How To Install Mojo on Windows
How To Install Mojo Programming Language on Windows
1. Install WSL extension: https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-wsl
2. Install Ubuntu 22.04 for WSL and open it. https://apps.microsoft.com/store/detail/ubuntu-22042-lts/9PN20MSR04DW
3. In the Ubuntu terminal, install the Modular CLI:
curl https://get.modular.com | \
MODULAR_AUTH=mut_d7ed32687a364f08b01f438383cd6524 \
sh -
4. Install the Mojo SDK:
modular install mojo
5. Set the MODULAR_HOME and PATH environment variables, as described here:
https://docs.modular.com/mojo/manual/get-started/hello-world.html
6. Download and open VSCode by typing the below in Ubuntu Terminal:
code
7. Install Mojo extension, ipykernel, Python and Jupyter notebook in that VSCode.
8. Run Hello World program.
Save file: hello.mojo
Contents of the file:
fn main():
print("Hello")
How to run: In terminal type mojo hello.mojo
Other Videos By Tech and Gaming Channel
2024-03-01 | Huge fire smoke fumes in Bangalore near Hoodi |
2023-11-05 | Need for Speed World cops are the definition of chaos #nfsclips #nfs #nfsgameplay |
2023-09-22 | How to undertake a car - NFS Underground |
2023-09-21 | lol bro wanted the win real bad - NFS Unbound |
2023-09-20 | When the cops bury you alive - NFS Rivals |
2023-09-08 | How To Install Mojo Programming Language |
2023-08-30 | How to unlock McLaren P1, Ferrari LaFerrari, Aston Martin Vulcan, McLaren P1 GTR in NFS Heat |
2023-08-29 | Don't get caught, the perfect ending |
2023-08-28 | What's It Like To Get Busted By Cops In NFS Heat |
2023-08-27 | How to unlock Koenigsegg Regera in NFS Heat |
2023-08-26 | How to unlock Chevrolet Corvette ZR1, BMW M3 GTR, Ferrari 488 GTR, Porsche 911 GT2 RS in NFS Heat |
2023-08-25 | Worst Cop dialogues ever |
2023-08-24 | Lately, NFS 2015 has become therapeutic |
2023-08-23 | Chandrayaan 3, Pragyan rover coming out of the lander |
2023-08-23 | Average Drag Race in NFS Underground |
2023-08-23 | Back flips during race, no problem |
2023-08-23 | Shimla Landslide Houses destroyed August 2023 #shorts |
2023-08-22 | Chandrayaan 3 journey |
2023-08-22 | Bro really got disrespected by a riced up fairlady |
2023-08-22 | Bizarrap hits differently in the race |
2023-08-21 | Barrel roll!! Heck Yeah |
Tags: mojo
mojo programming language
install mojo
how to install mojo