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

fix: run choosenim update stable before downloading nim #279

Open ganderzz opened 2 years ago

ganderzz commented 2 years ago

Resolves #264

Run choosenim update stable before downloading and installing nim. This prevents a local stable pointing to an old version of nim.`

dom96 commented 2 years ago

So I think you need it in both branches (one with -y and one without). I'd merge this but this needs testing, can you test it with choosenim not installed + choosenim installed and include the output you get? :)

ganderzz commented 2 years ago

@dom96 Updated. :)

With choosenim installed

Screen Shot 2021-11-09 at 6 51 52 PM

Without

Screen Shot 2021-11-09 at 6 54 20 PM