73
what's your current linux distro?
(beehaw.org)
If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
Debian is mine and has been for decades + I’m a little bit happy to see it’s still well represented / well thought of in the community. Everything works, and you can choose new + exciting with headaches sometimes, or old + stable with no headaches but old.
Only real issue is the package management hasn’t kept pace with node / python / go / everything else wanting to do its own little mini package management, and so very occasionally that side is a little bit of a mess
NixOS I would like to try at some point as the core philosophy seems a little more suited to the modern (Docker / pip / etc) era, but I never messed with it
I recently switched to Debian and use nix to install / provide the likes of node / python / go for development.
Wait, how does that work? Can you do Nix package management on a Debian system or something?
Yes, you can just go ahead and install nix in your distro to use e.g.
nix-shell
to create a development environment.Conda makes python soooo much easier. I never use apt for python things. If you use it a lot, you'll eventually have to learn how to work with different environments. But I promise it's easier than trying to solve dependency hell with some combination of apt and pip.