-
Notifications
You must be signed in to change notification settings - Fork 46
Windows Setup
shrijan-swaminathan edited this page Jun 27, 2023
·
29 revisions
In Windows Features, enable Virtual Machine Platform and Windows Subsystem for Linux
https://learn.microsoft.com/en-us/windows/wsl/install
When installing distributions, install a Red Hat distro (distribution), such as Rocky, Alma, or CentOS from Windows Store.
##Basic Commands
Use the command wsl
to get into your default distro
To get into wsl on a nondefault distro, use the command wsl -d <Distro>
, where Distro is distribution name
To find a list of all wsl distros installed on machine, use the command wsl -l