Skip to content

Use microvenv and pip.pyz as fallbacks when venv and pip are not available #20820

@brettcannon

Description

@brettcannon

https://pypi.org/project/microvenv/ lets us ship a tool to create virtual environments even when venv isn't around. We can use https://bootstrap.pypa.io/pip/pip.pyz to bootstrap pip from PyPI by running python pip.pyz install pip from the virtual environment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-environmentsFeatures relating to handling interpreter environmentsfeature-requestRequest for new features or functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions