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
Problem
The python repl zeros out the environment variables. See pantsbuild#4795
Solution
Pass a copy of the current environment to the repl pex when it is run.
Result
The environment is accessible from the repl
### Problem
The python repl zeros out the environment variables. See #4795
### Solution
Pass a copy of the current environment to the repl pex when it is run.
### Result
The environment is accessible from the repl
vs expected:
The text was updated successfully, but these errors were encountered: