You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you @jlewi . Yes, it seems to be the same issue indeed.
It looks like the proposed shell option in #653 would solve it for my use case.
The current behavior with promptEnv=no is a bit counterintuitive (at least for me), because it only allows setting an environment variable once; I think a new switch is being proposed that would separate the prompt from the "do not allow updating environment variable" behavior, but I can't entirely parse what is being proposed in the ticket.
Once an environment variable already exists, we cannot override it anymore.
.env file:
Script executed in runme.dev:
Expected result:
Actual result:
A similar situation happens when sourcing another script that sets environment variables. These environment variables can also not be overridden.
The text was updated successfully, but these errors were encountered: