How to install Mojo🔥 on windows - Installing Ubuntu on Windows 11 (WSL) without dual booting

Поділитися
Вставка
  • Опубліковано 13 жов 2024
  • Welcome to Askfree! This is a complete comprehensive step by step guide on installing mojo, a new dynamic programming language that serves as a superset of python, on WIndows 11 using WSL without switching to linux. If you don't know about mojo you can see my dedicated video, "The complete introduction to Mojo" available on this channel.If you are using Linux then you can se my descriptive video on installing mojo on Linux.
    Commands used in this video:
    1.Enable WSL: Run the following command to enable WSL
    ---------dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart
    2.Enable Virtual Machine Platform: Run the following command:
    ---------dism.exe /online /enable-feature /featurename:VirtualMachinePlatform /all /norestart
    To install WSL, you can use the following PowerShell command:
    3.wsl --install
    Run the following commands to ensure your Ubuntu installation is up-to-date:
    4.sudo apt update
    5.sudo apt upgrade
    For an in-depth exploration and a solid foundation in Mojo programming, don't miss my Mojo introduction video available on this channel.
    checkout my video for mojo introduction:
    • What is Mojo ? Brief ...
    Mojo installation guide:
    • How to install Mojo an...
    Unlock the potential of Mojo programming, optimize your workflow, and create dynamic applications effortlessly! 🚀
    #mojo #programming #howto #mojo #installationtutorial #installationguide #installing #installing Mojo #downloading #pythonprogramming #pythonprogrammer #program #helloworld #helloworldprogram
    #new #programmers #how to install mojo programming language
    #howto install Mojo #installationguide of Mojo #stepbysteptutorial #stepbystep #stepbystepmakeuptutorial #completeguide #programmingtutorial #programmingtutorials #programmingwithpython #programminglanguage #newlanguage #programmingworld #linux_tutorial #linux #linuxuser #python #newtoyou #windows11 #windows #completeguide #downloading #howto #ubuntu #wsl #linux_tutorial #linux

КОМЕНТАРІ • 7

  • @aurangzaibkhan2839
    @aurangzaibkhan2839 8 місяців тому

    Informative 👍🏻

  • @ranihirani
    @ranihirani 6 місяців тому

    Man how do I use it through vs code

    • @Askfree9599
      @Askfree9599  6 місяців тому

      You can use it through vs code as : 1.Make sure you have WSL extension and mojo extension installed in your vs code.2. open ubuntu terminal 3.write this command " mkdir Mojo " to make your working folder. 3.write " cd Mojo " command and hit enter to navigate to your folder. 4. Write "code ." command to open this folder in vs code.allow the host also.5.you may face the issue of path if path is not set for mojo.open new terminal in vs code,make sure to switch to the the ubuntu terminal.write this command to set the path.,.MOJO_PATH=$(modular config mojo.path) && BASHRC=$( [ -f "$HOME/.bash_profile" ] && echo "$HOME/.bash_profile" || echo "$HOME/.bashrc" ) && echo 'export MODULAR_HOME="'$HOME'/.modular"' >> "$BASHRC" && echo 'export PATH="'$MOJO_PATH'/bin:$PATH"' >> "$BASHRC" && source "$BASHRC"..6.make your file with .mojo extension and write code.7.Also make sure to open vs code in ubuntu with wsl extension so you can use all thing that is in windows also in ubuntu.

    • @Askfree9599
      @Askfree9599  6 місяців тому

      thank you for your interaction.if problem still persists ,then ask me and i will make complete video about this.

    • @Askfree9599
      @Askfree9599  6 місяців тому

      ua-cam.com/video/r6xDii0FSvw/v-deo.html

    • @Askfree9599
      @Askfree9599  6 місяців тому

      i have done this at the end of this video also