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

Preserve environment variables when running Popen. #69

Closed
wants to merge 1 commit into from

Commits on Mar 2, 2016

  1. Preserve environment variables when running Popen.

    `Popen` does not inherit environment variables of current process
    when run with `env` argument defined (and not None). We therefore
    pass copy of the current environment with PYTHONPATH modified to
    our needs.
    Robert Kuska committed Mar 2, 2016
    Copy the full SHA
    bbb42e7 View commit details
    Browse the repository at this point in the history