Hi, I went through this long guide of trying to figure out which installer to download (which by the way the names don’t even match up), but then after I installed it still didn’t work.
Then after all that when it didn’t work I see the error that tells me to just run “sudo snap install exercism”
Really?? Why is that not the recommended way in the first place???
My recommendation is to download the executable (or build it) and stick the executable in userspace, likely in ~/bin which on Ubuntu, if it exists, will be inserted into your $PATH and will then “just work”.
So no installer required. And no administrative/root/sudo privileges granted or necessary.
I’m curious about this. What names aren’t matching up? In the past, folks using macOS including myself have been thrown by builds referring to Darwin. The CLI is written in Go so that naming convention is inherited from there because macOS runs on top of Darwin loosely speaking.