• 0 Posts
  • 195 Comments
Joined 1 year ago
cake
Cake day: July 18th, 2023

help-circle



  • Maybe I’m not aware of similar configurations you can do, but it’s only sorta it’s own container. VSCode can actually directly connect to it automatically so you can develop in host os but run directly against the container. Additionally this means some visualization/gui interfaces can be visible on the host side (this is a gift and a curse).

    So you basically have system integrated containers/vms. It’s not perfect, but it is definitely leagues better than what windows development was prior and may have some advantages over Linux only deployments (not sure if the system integrations are feasible in Linux hosts).










  • Not 100% sure becuase I don’t know you’re full environment, but tkinter sometimes requires an additional OS level install. I know Ubuntu requires something like “sudo apt install python3.10-tk”.

    Not familiar with NixOS, but saw somethings mentioning “nix-env -i python3-tkinter”, but no idea if that’s a real command.