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
Hi, thanks for the great library. I have a question.
As far as I understand, when you run commands via local object, they read environ from frozen local.env object.
Is there a way to change that behavior and to make them use os.environ instead?
The issue I have - I have other python code I don't have quite a control of that changes os.environ, so it would be more convenient if local would use os.environ instead of saved local.env.
Thank you.
The text was updated successfully, but these errors were encountered:
Hi, thanks for the great library. I have a question.
As far as I understand, when you run commands via
local
object, they read environ from frozenlocal.env
object.Is there a way to change that behavior and to make them use
os.environ
instead?The issue I have - I have other python code I don't have quite a control of that changes
os.environ
, so it would be more convenient iflocal
would useos.environ
instead of savedlocal.env
.Thank you.
The text was updated successfully, but these errors were encountered: