dom96 / choosenim

Tool for easily installing and managing multiple versions of the Nim programming language.
BSD 3-Clause "New" or "Revised" License
679 stars 67 forks source link

choosenim install stable command is locked at 1.6.8 version #323

Closed dlesnoff closed 1 year ago

dlesnoff commented 1 year ago

choosenim install stable installs nim 1.6.8 when 1.6.12 is the latest stable version. It might be related to the architecture problem in #315 .

dom96 commented 1 year ago

try choosenim update stable

dlesnoff commented 1 year ago

choosenim update stable works without problem. The problem was indeed the extra install word. Sorry for the noise. Switching back and forth between nimble and choosenim can get confusing sometimes. I am still surprised it did not throw an error this time.