pex
pex copied to clipboard
Make the venv tool's venv creation fully atomic.
Right now virtual env creation is atomic, but population is not. Pants would be able to leverage the tool less clumsily if Pex ensured the full creation process was atomic and others might benefit as well.