Replies: 1 comment
-
You can add a script to the activation that exports these variables.
[tool.pixi.activation]
scripts = ["activate.sh"] The environment isn't persisted over the tasks using the |
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
-
Hi! I'd like to be able to set environment variables from a file within pixi tasks, e.g.
But when I do this, the files are not exported to the shell running train, so I'm having to do
Is there any other workaround? Each of my many tasks will need credentials so don't want to have to copy paste that portion if it can be avoided.
Beta Was this translation helpful? Give feedback.
All reactions