-
-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix
--venv
cached Python interpreter info. (#2579)
Previously, the work dir path of the `atomic_directory` used to create the venv would leak into various cached paths in the `PythonInterpreter` `INTERP-INFO` file. Now, these paths are corrected at creation time. This is work towards `pex3 cache prune --last-access` which will need to iterate cached interpreters to find any associated with venvs such that the interpreter can be pruned when the venv is pruned.
- Loading branch information
Showing
4 changed files
with
219 additions
and
104 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
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
Oops, something went wrong.