-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install script fails if NIMBLE_DIR env is present #307
Comments
I can do the fix if we agree on that:
|
In what way does it fail? Can you share output? |
|
Oh I see. Nimble has https://github.com/nim-lang/nimble/blob/master/src/nimblepkg/cli.nim#L24 for these problems, the real fix would be to set that to true when |
The following is good enough to make it work for unix(if someone has the windows equivalent at hand I can provide a PR). |
curl https://nim-lang.org/choosenim/init.sh -sSf | sh
fails because nimble is printing a warning if NIMBLE_DIR is set. One way to fix the issue is to raise the logging level in Nimble Options.The text was updated successfully, but these errors were encountered: