222
Why Linux is better for (most) developers!
(www.youtube.com)
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Follow the wormhole through a path of communities !webdev@programming.dev
Fedora Silverblue is very nice for development work. You can have separate
toolbox
containers for each toolchain and not worry about it messing with the host OS.(Unless I'm working with Python. Then it'll find some way to install shit deep in
~/.local
or whatever.)I don't really write Python, but I occasionally find myself having to use tools written in it.
So Docker won't work (unless I do some scuffed mounting to let it access my working files, which is suboptimal regardless) and I can't be bothered to juggle venvs just to rip my Spotify playlists.
Python belongs in docker for exactly thus reason