I just ran choosenim and it installed 1.2.0. However, I saw in some forum comments that 1.4.8 is the stable version. Certainly it seems much newer, but I wonder if it's stable?
Anyway, I did this in the meantime:
mv ~/Downloads/nim-1.4.8/bin/* ~/.nimble/bin/
(.bashrc already has the given PATH modifier to look in .nimble)
Reported version: "Nim Compiler Version 1.4.8 [Linux: amd64]"
Was this method OK? Anything I should be doing differently?
I am running Linux x64. Thank you.
choosenim update stable
Thank you, this command successfully upgraded Nim to 1.4.8, while using the curl method directly provided 1.2.0.
I'm not sure why the Github docs don't directly recommend running the command above after the curl install command, as it seems like a good way to get a version one doesn't want. :-) (At least, for beginners to language/ecosystem)