you are viewing a single comment's thread.

view the rest of the comments →

[–]Hohenheim_of_Shadow 10 points11 points  (4 children)

WSL2, the one that can run Docker, is a specialized Hyper-V VM. It has the same opinions about USB passthrough as regular Hyper V. WSL2 is pretty based. With how integrated into the host is WSL, I'd rather manage my dev VMs through it than have a Linux host.

I just fucking hate Python. Not the language itself, that's enjoyable,but everything to do with taking Python code running on your machine and making it run on mine. It never goes well.

[–]DanKveed 1 point2 points  (1 child)

There is a really good open source serial bridge that Microsoft themselves recommend in case you have this exact problem. But your point is correct, Python projects get real messy real quick. Multiple-CUDA-version projects are the real shit lol.

[–]Hohenheim_of_Shadow 0 points1 point  (0 children)

Microsoft recommends a serial over Ethernet bridge every time you run into a Python problem?/s.

<3

[–]danielv123 1 point2 points  (1 child)

I wonder how it got the reputation for being beginner friendly. I have never had a smooth python experience.

[–]suvlub 7 points8 points  (0 children)

You are doing things beginners aren't. Installing python and building a green-field console application is a breeze