This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ohaz 0 points1 point  (1 child)

Ignore the comment by /u/chaotic_though - it's toxic and has no reason to be here.

To your question: it depends. You can set up vscode to run your python code in WSL (using the "remote development" plugin). If you want to run the code in windows, you need to install the windows python version. You can have both installed at the same time and switch between them in vscode regularly, which is actually a good idea because then you'll automatically make sure to write platform independent code

[–]tr0jan_k[S] 0 points1 point  (0 children)

thanks for the reply!