Skip to content

Remove site file usage #2165

Closed
Closed
@jaraco

Description

@jaraco

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions