Description
The page on virtualenv in the development documentation (which I believe I might have originally written most of), while still a good thing to have, is pretty outdated and should be cleaned up at some point. A few points to highlight
Update: It turns out there is also already a newer page on working with different types of virtual environments: https://docs.astropy.org/en/latest/development/workflow/virtual_pythons.html#virtual-envs I would probably just integrate I listed above that's missing from that page, and then either remove the old page or change it to a redirect to the new one.
Description
The page on virtualenv in the development documentation (which I believe I might have originally written most of), while still a good thing to have, is pretty outdated and should be cleaned up at some point. A few points to highlight
--distributeflag which has long been deprecated and is no longer relevant.venvmore prominently since it is more widely used these days, but also clarify its relationship withvirtualenv(and why the latter is more flexible), but the former is also still useful in a pinch.Update: It turns out there is also already a newer page on working with different types of virtual environments: https://docs.astropy.org/en/latest/development/workflow/virtual_pythons.html#virtual-envs I would probably just integrate I listed above that's missing from that page, and then either remove the old page or change it to a redirect to the new one.