wsl --install -d Debian
wsl --list --verbose
wsl --shutdown
wsl --terminate <发行版名称>
wsl -d <发行版名称>
wsl --unregister debian
配置WSL环境 :
https://blog.csdn.net/tianzhenba/article/details/137403606
https://learn.microsoft.com/zh-cn/visualstudio/debugger/remote-debugging?view=visualstudio
sudo apt install -y g++ gdb make ninja-build rsync zip
C++
https://learn.microsoft.com/zh-cn/cpp/linux/cmake-linux-project?view=msvc-170
sudo apt update
sudo apt install -y cmake rsync gdbserver clang lldb
cmake --version
which cmake
CMake 版本需要高于 3.14
Python uv
curl -LsSf <https://astral.sh/uv/install.sh> | sh
windows → hard linlk hard link mode in Windows
powershell -ExecutionPolicy ByPass -c "irm <https://astral.sh/uv/install.ps1> | iex"