1. Overview
| Windows | WSL |
|---|---|
| ✓ | ✓ |
2. Windows
使用 uv 管理python版本和虚拟环境
2.1. uv
1 | # Install uv |
| Windows | WSL |
|---|---|
| ✓ | ✓ |
使用 uv 管理python版本和虚拟环境
1 | # Install uv |
WSL 全称 Windows Subsystem for Linux
Windows Powershell 中执行:
1 | Add-Content -Path $HOME\.wslconfig -Value @' |
1 | # 安装 powershell |