1. Overview
fnm/electron/nextjs | Windows | WSL | Container |
---|---|---|---|
开发环境(VS Code with Extension) | ✓ | ✓ | ✓ |
2. Windows
使用 pyenv-win 管理python版本
2.1. pyenv-win
1 | # install pyenv-win |
fnm/electron/nextjs | Windows | WSL | Container |
---|---|---|---|
开发环境(VS Code with Extension) | ✓ | ✓ | ✓ |
使用 pyenv-win 管理python版本
1 | # install pyenv-win |
WSL 全称 Windows Subsystem for Linux
Windows Powershell 中执行:
1 | Add-Content -Path $HOME\.wslconfig -Value @' |
1 | # 创建 profile |