我买了一台新笔记本电脑,搭载 Windows 20h2 build 19042.1766。
我尝试使用以下方式安装 wsl2
wsl --install
在管理员模式下的 Windows Powershell 上。它给出以下输出。
Installing: Virtual Machine Platform
Virtual Machine Platform has been installed.
Installing: Windows Subsystem for Linux
Windows Subsystem for Linux has been installed.
Downloading: WSL Kernel
Installing: WSL Kernel
WSL Kernel has been installed.
The requested operation is successful. Changes will not be effective until the system is rebooted.
按照安装步骤,这里必须下载 Ubuntu。但是没有下载。而且我重启后什么也没发生。
wsl 在 powershell 上不执行任何操作。甚至没有说它是一个未知命令。
PS C:\Users\xxx> wsl
PS C:\Users\xxx> wsl --list --online
PS C:\Users\xxx> wsl --help
PS C:\Users\xxx> wsl --install -d Ubuntu
PS C:\Users\xxx>
有人能帮忙吗?