Closed
Description
In #1998 and pypa/virtualenv#1638 and other places, we learned that:
- virtualenv will not be superseded by venv.
- virtualenv 20 still (and more aggressively) uses a site.py file to hack into Python.
- As a result, virtualenv is the only package allowed to use site.py and setuptools needs to drop support for eggs on PYTHONPATH taking precedence over other packages on sys.path or any other features that rely on site.py.
@gaborbernat Does that sound about right?
Metadata
Metadata
Assignees
Labels
No labels