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

Mac users need to install rosetta and xcode both of the following need to be installed ``` xcode-select --install softwareupdate --install-rosetta ``` otherwise new users will be faced with ```...

https://forum.nim-lang.org/t/8511#55159

Bug
Hacktoberfest

Working on an old Linux (Ubuntu 16.04) server I realized I had nim 1.2.x installed, so I checked if `choosenim` was available. It was (couldn't check the version) so I...

Similar to #43 Travis now supports ARM64 in CI (https://travis-ci.com/mratsim/Synthesis/jobs/267288652#L55), I usually use choosenim to manage my CI runs but unfortunately that would prevent me from using it for CI...

High Priority
OS/Platform specific

The patch is quite simple. choosenim use `proxyexe` that is statically compiled and statically read and is embedded in choosenim like this: ```nim static: compileProxyexe() const proxyExe = staticRead("proxyexe".addFileExt(ExeExt)) ```...

Seems the way our Github Action builds choosenim ends up failing on older macOS (or at least I hope it's just old ones). ``` » choosenim 1.4.8 dyld: lazy symbol...

Bug

Apparently, `choosenim` doesn't like when `--choosenimDir` points to another drive if it's different from `TEMP`: ```cmd set TEMP=c:\windows\temp choosenim --firstInstall --choosenimDir:d:\nim\choosenim --debug > Error: Unable to extract. Error was 'Access...

tested with [0.8.4 recent release](https://forum.nim-lang.org/t/9285) installing on windows and had a very minor issue, thanks for the release! When installing and temp directory is non existing there is an error...

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

``` curl https://nim-lang.org/choosenim/init.sh -sSf | sh choosenim-init: Error: Sorry, your platform (openbsd_amd64) is not supported by choosenim. ``` Thanks

Feature