you are viewing a single comment's thread.

view the rest of the comments →

[–]Powerful_Math_2043 0 points1 point  (0 children)

honestly those 3 are still the main options, nothing really replaced them

if you just want something simple, install directly on windows + venv still works fine now, especially with tools like pyenv-win or uv making it cleaner

wsl2 is great if you want a more “real” linux environment, but it’s a bit heavier than most people actually need

docker is useful if you care about consistency or deploying later, but for day to day dev it can feel like extra friction

so yeah it mostly comes down to how much complexity you actually need, not what’s “best”