We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
on MacOS
Nim-lang-code inim --withTools 👑 INim 0.6.1 Nim Compiler Version 1.6.2 [MacOSX: arm64] at /opt/homebrew/bin/nim nim> pwd() Error: cannot open file: src/inimpkg/commands nim> ls() Error: cannot open file: src/inimpkg/commands nim> import strutils /private/var/folders/9m/q4m1bq1972z9gqw3d7s9rqfh0000gn/T/inim_1641504083.nim(6, 22) Error: cannot open file: src/inimpkg/commands
The text was updated successfully, but these errors were encountered:
I tried changing my ini for inim as follows, but with no love. Still fails.
Weird that the code tries to include the source directory. That can only work at compile time.
Is there something to do during install time with nimble?
[History] persistent=True [Style] prompt="nim> " showTypes=True showColor=True [Features] withTools=True
Sorry, something went wrong.
Seems like the include in inim.nim doesn't work...
Must be something simple since it was reported a long time ago and "fixed" with a PR.
confirmed
No branches or pull requests
on MacOS
The text was updated successfully, but these errors were encountered: