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

Running choosenim using the `curl` command installed the older stable version (1.2.0 instead of 1.4.8). Perhaps since there was an older choosenim install already, the script was somehow unable to...

Bug
Hacktoberfest

I get this error when I try using `--incremental:on` ``` Error: the compiler was not built with incremental compilation features; bootstrap with -d:nimIncremental to enable ``` Is there something I...

Feature
Hacktoberfest

Hai, I think it would be great to have the ability to customize the `~/.choosenim` directory location. I'd rather put it in a place like `~/.local/share/choosenim` to declutter my home...

```console PS C:\Users\user> .\choosenim-0.7.4_windows_amd64.exe update self Updating choosenim Info: Already up to date at version 0.7.4 PS C:\Users\user> .\choosenim-0.7.4_windows_amd64.exe --yes --verbose --noColor --debug --firstInstall stable Debug: Reporting to analytics... Http...

choosenim is implemented by a binary that dispatches to the real nim binary; this prevents using `lldb -- nim c -r foo`, at least on OSX: I'm curious why isn't...

`choosenim 1.0.8` fails because of things in my user cfg which may not be supported in the version I'm building. option 1: user would add logic in their user cfg,...

Instead of building binaries to use with musl choosenim installs the pre-built libc binaries as usual, which does not normally work on alpine. Installed used the curl>sh command: `curl https://nim-lang.org/choosenim/init.sh...

I tried to update my nim runtime version with choosenim, but it seems that it ignored the proxy settings in ~/.curlrc

Nim comes with Bash tab-completion scripts. For a given version of Nim (1.4.0 on my machine), these wind up in `$HOME/.choosenim/toolchains/nim-1.4.0/tools/nim.bash-completion` and `$HOME/.choosenim/toolchains/nim-1.4.0/dist/nimble/nimble.bash-completion`. It would be great if `choosenim` could...

## current behavior ``` choosenim Nim1 nimble install -y nimble nimble -v nimble v0.12.0 compiled at 2020-11-14 00:18:47 git hash: 8f7af860c5ce9634af880a7081c6435e1f2a5148 choosenim Nim2 Prompt: Symlink for 'nimble' detected in '/Users/timothee/.nimble/bin'....