Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[python-repl] pass env through to repl #4808

Merged

Commits on Aug 11, 2017

  1. [python-repl] pass env through to repl

    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
    baroquebobcat committed Aug 11, 2017
    Configuration menu
    Copy the full SHA
    ffda65a View commit details
    Browse the repository at this point in the history