Objective
Enable running Linux CLI native commands in Windows 10 machine.
FYI, it's Windows 10 provided feature, more information here: https://docs.microsoft.com/en-us/windows/wsl/faq 
Steps
- Enable Linux bash in Windows 10:
 - Run bash and install Linux distribution:
 - Open Windows "CMD" command prompt and type "bash" command
 - if you get a message saying "Linux Distributions" not available, the run command "lxrun /install" to install Linux Distribution
 - Test
 - Once you get the bash command prompt, you can type Linux commands now.
 
No comments:
Post a Comment