Python 开发环境
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 |
2.2. python
1 | # list all available Python versions |
3. WSL
使用 pyenv 管理python版本和虚拟环境
3.1. pyenv
1 | # install pyenv |
3.2. python
1 | # install python build dependencies |