Install WSL

  • 检查WSL功能是否启用:确保“适用于Linux的Windows子系统”和“虚拟机平台”这两个功能都已勾选并启用

  • install

wsl --install --web-download https://mirrors.aliyun.com/ubuntu/ --location "D:\WSL\Ubuntu-26.04" -d Ubuntu-26.04

Install PI Code

PI Code 官网地址: https://pi.dev/

open vscode
connect to remote wsl
open new terminal

curl -fsSL https://pi.dev/install.sh | sh

posted on 2026-07-12 20:19  芝麻的西瓜  阅读(14)  评论(0)    收藏  举报