@archnim, I appreciate the offer but this is a work issued laptop. Unfortunately I _cannot_ uninstall Windows and install another OS, even if I wanted to. The most I can do is install (and use) WSL, which I already do as much as possible. That however does not solve the issue I’ve got.
@PMunch, while I could probably create some script to always call choose I’m with the right arguments, I feels a bit silly that choosenim supports running from a non standard location yet it makes it relatively difficult to do so. It seems it should be relatively simple for choosenim to either: * Detect it’s not running from the default folder and look for the .choosenim and .nimble folders in a folder relative to its location. Or: * Write the location of the _actual_ .choose nim and .nimble folders (which defaults to ~) into a file in the ~/.choosenim folder. Choose im could check if that file exists and if it does it could read it and then look for the real .choosenim and .nimble folders in the right location. @dom96, what do you think?