Hacker News new | ask | show | jobs
by methodin 3097 days ago
There's a great tool called Docker which allows you to not have to worry or care about a toolchain.
1 comments

Yeah, for something infrequently-used like this it makes sense, but it doesn't work for frequently-used utilities. I wouldn't want to be running grep in Docker, for example. One of these days I'm going to have to look into setting that up, though, hopefully it won't be hard.