安装WSL 2

需要Windows 10 build 18917及以上,启用 'Virtual Machine Platform' 可在控制面板或powershell

Enable-WindowsOptionalFeature -Online -FeatureName VirtualMachinePlatform

开启后,运行

wsl --set-version  2 //distro 为要启用的linex名

设置wsl 默认版本为2

wsl --set-default-version 2

查看wsl信息

wsl --list --verbose or wsl -l -v

link:https://docs.microsoft.com/en-us/windows/wsl/wsl2-install

转载于:https://my.oschina.net/zengde/blog/3078928

你可能感兴趣的:(安装WSL 2)