forked from pex-tool/pex
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Pex resolver API PYTHONPATH hermeticity.
As described in pex-tool#892, when the Pex resolver API is used in-process, a sufficiently antagonistic PYTHONPATH could lead to a failure to launch the pip PEX we delegate resolving to. Fix this by scrubbing PYTHONPATH from the pip PEX environment pre-launch. Fixes pex-tool#892
- Loading branch information
Showing
2 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters