Setting environment variables from package #309
amklinv-nnl
started this conversation in
General
Replies: 1 comment
-
You can't actually do that yet in a nice way, though we have a task to implement that. I think the closest thing you could do for now would be something like this:
The only problem with this is it's not shell agnostic like an explicit environment variable directive would be. But it at least would get you something that works today. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to add a benchmark that uses an environment variable to locate an input file. I know users can specify environment variables in the configuration files, but I would like to set it in the package itself (since ramble will be downloading the input file). Do you have documentation on how to do this?
Beta Was this translation helpful? Give feedback.
All reactions