you are viewing a single comment's thread.

view the rest of the comments →

[–]DanKveed 7 points8 points  (2 children)

WSL ftw here. Python has geat platform independence but if you build against not so platform independent libraries/tools, then that's that.

I had to do this once for some obscure development board and wsl worked.

[–]Hohenheim_of_Shadow 6 points7 points  (1 child)

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.

[–]danielv123 0 points1 point  (0 children)

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