Windows Development Environment Setup workflow¶
Establishing a development environment on Windows involves a tiered installation process. The workflow prioritizes the Windows Subsystem for Linux (WSL) to ensure compatibility with a Linux-based toolchain.^[windows工具清單.md]
Installation sequence¶
- WSL Installation: The first step is to install WSL2 immediately upon setting up a new computer^[windows工具清單.md].
- Package Manager: Once WSL is configured, the next step is to install Chocolatey (
choco)^[windows工具清單.md]. - Containerization: Finally, Docker Desktop should be installed to complete the core environment setup^[windows工具清單.md].
- CLI Tools: For general command-line software management, Scoop is recommended^[windows工具清單.md].
Related Concepts¶
- [[Windows Subsystem for Linux]]
- Chocolatey
- [[Docker]]
Sources¶
windows工具清單.md