pypa / virtualenv

Virtual Python Environment builder
https://virtualenv.pypa.io
MIT License
4.8k stars 1.03k forks source link

Resolve symbolic links for environment metadata #2686

Closed ofek closed 6 months ago

ofek commented 7 months ago

Resolves https://github.com/pypa/virtualenv/issues/2682

[!CAUTION]
DO NOT CHECKOUT THE FIRST COMMIT! I tried running tox -e py311 and it completely wiped my Python installation. 😢

ofek commented 7 months ago

This is ready for review.

gaborbernat commented 7 months ago

@ofek plan to pick it up again, or shall I close it?

ofek commented 7 months ago

How do you recommend testing?

gaborbernat commented 7 months ago

A unit test sounds good 👍

ofek commented 6 months ago

Oh snap sorry, I forgot to follow-up with the test