Skip to content
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

nim --prefix:PATH to set the prefix path (might be more useful than --lib:lib) #365

Open
timotheecour opened this issue Nov 13, 2020 · 0 comments

Comments

@timotheecour
Copy link
Owner

timotheecour commented Nov 13, 2020

may need:
--lib:PATH set the system library path

=>
--lib:PATH set the system library path
--prefix:PATH set the prefix path

eg:
nim r --lib:lib foo
=>
nim r --prefix:. foo

might be more useful, eg to pickup other things like import $nim/compiler/ast etc

eg usecase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant