Windows WSL Instructions
Last updated
Last updated
Follow either the written instructions or video tutorial below to install WSL2.
During this process, select "Ubuntu 20.04" or higher as your Linux version.
See our overview below for a summary with screenshots.
Written Instructions: https://docs.microsoft.com/en-us/windows/wsl/install-win10
Video Tutorial: https://www.youtube.com/watch?v=D7Em1wjMiak (commands in the description)
Enable the Windows Subsystem for Linux
Ensure you meet the requirements for WSL2
Enable the Virtual Machine feature in Windows (see screenshot below)
Download the WSL2 update package
Set WSL2 as your default Linux system
Open Microsoft store, search for Ubuntu 20.04, and install it
Launch the terminal and follow the prompt to create a new username/password (see screenshot below).
Note: Copy these commands and then paste into WSL2 by right-clicking on the terminal.
Enter the following commands into your Ubuntu terminal:
In order to access your WSL2 file directory, run the following command in WSL2:
This will allow you to browse WSL2 as if it were another computer on a local network.
If you are using the WSL, you files for your experiment must be in the WSL, you can't use the WSL to run an experiment stored on the rest of your computer.
Different code editors (such as VSCode) will have commands that you can run to open them in the current directory (e.g., code .
). This helps make for a better coding experience in the WSL.