Why I wrote PEP 832 -- virtual environment discovery
7 points by ubernostrum
7 points by ubernostrum
Out of curiosity.
What are people doing where a .venv in the project root isn't sufficient?
One common situation I run into a lot is working on a library that has to support a range of Python versions. It’s not possible to test that with a single virtual environment; you need (at least) one per supported Python version, which then raises questions about where they should be placed, how they should be created and managed, etc.