choosenim v0.6.0 (2020-03-06 18:45:17) [windows/amd64]
later versions gave me problems that are already in the issues section, like sigill
How do I remove choosenim completely from windows?
I removed the choosenim dotfile/dir toolchains etc., the .nimble bin dir. cleaned out the path environmental variable. Downloaded a fresh 1.4.8 zip and put it in a warm place and ran finish.exe
The result of running nim is:
>nim
Error: getAppFilename failed. (Error was: Unable to read C:\Users\...\.choosenim\current. (Error was: No installation has been chosen. (File missing: C:\Users\...\.choosenim\current))
So, what's left and where?
Ah. That did it. A stray Nim found and removed.
Thanks.
In a bin of my home dir where I keep all the little things I make. How it got there, I don't remember/understand, it where just the nim executables. My guess, choosenim's fault.
Thanks.