在WSL2上配置Taichi运行环境
一、准备工作1、安装WSL2如果你还没有安装WSL2,可以参考以下步骤:启用WSL功能(要求为Windows10/11专业版以上)按Win + S搜索“PowerShell”,右键以管理员身份运行。输入以下命令启用WSL和虚拟机功能:dism.exe /online /enable-feature /featurename:Microsoft-Windows-Subsystem-Linux /all /norestart dism.exe /online /enable-feature /featurename:VirtualMachinePlatfor…