choosenim icon indicating copy to clipboard operation
choosenim copied to clipboard

Tool for easily installing and managing multiple versions of the Nim programming language.

Results 69 choosenim issues
Sort by recently updated
recently updated
newest added

Things to document: - [x] What choosenim is - [x] How to get it - [x] How it works - [ ] How to use it - [ ] How...

Documentation

When trying to install Nim using choosenim, I get the following curl error: ``` # curl https://nim-lang.org/choosenim/init.sh -sSf | sh choosenim-init: Downloading choosenim-0.8.4_linux_amd64 /__w/choosenim/choosenim/src/choosenim.nim(350) choosenim /__w/choosenim/choosenim/src/choosenim.nim(340) performAction /__w/choosenim/choosenim/src/choosenim.nim(122) choose /__w/choosenim/choosenim/src/choosenimpkg/channel.nim(37)...

Adds [atlas](https://github.com/nim-lang/atlas) to the proxies list so it is properly installed alongside other tools

`root@vultr:~# choosenim remove --verbose 2.0.2` `Info: No client ID found in '/root/.choosenim/analytics', not sending analytics.` `Info: No client ID found in '/root/.choosenim/analytics', not sending analytics.` `Info: No client ID found...

At the title says, in the end I just allowed the executable on my system. ![Screenshot_1](https://github.com/dom96/choosenim/assets/67441894/bf1b8d2b-ee4a-461f-af95-244cf6afb90d) I suppose these updates are responsible for the specified behaviour since I haven't used...

This happens with NixOS When I run `curl https://nim-lang.org/choosenim/init.sh -sSf | sh` ``` choosenim-init: Downloading choosenim-0.8.4_linux_amd64 main: line 77: /tmp/cn/choosenim-0.8.4_linux_amd64: No such file or directory ``` After some investigations, I...

Hey @dom96, I see that choosenim hasn't received a lot of attention in some time. We at the https://github.com/codex-storage team rely on choosenim for our local dev workflow and with...

Bug: Using "#devel" for nightlies version designation denies user ability to determine if local nightly is actually "current". When a user selects "devel", the version designation for the nightly version...

Currently, choosenim won't remove the "current" nim. For someone wishing to completely uninstall everything choosenim downloaded/placed onto their computer, there really is no good option, nor do docs appear to...