Skip to content
Advertisement

Tag: windows-subsystem-for-linux

Optimizing the workflow for Python development using Docker+WSL2

I use different languages on a daily basis and hate it when my machine gets cluttered with many language specific installations/programs/environments. Therefore I’m currently exploring if using Docker+WSL2 as a runtime for my different projects suffices for keeping my host machine clean without too much overhead. My current workflow at the example of Python: Create Python project on host machine

Advertisement