Skip to content

Req: Self containt booptstrap solution... #55

@jedie

Description

@jedie

virtualenv hat the bootstrap solution, see: https://virtualenv.pypa.io/en/latest/virtualenv.html#creating-your-own-bootstrap-scripts

In the past it works on a vanilla python installation, because it fetched pi, setuptools etc. from the internet. This was removed sometime.
I was run into problems, because of this changes, see: pypa/virtualenv#656

Now there it the information Box:

.. note::

    The ``virtualenv.py`` script is *not* supported if run without the
    necessary pip/setuptools/virtualenv distributions available locally. All
    of the installation methods above include a ``virtualenv_support``
    directory alongside ``virtualenv.py`` which contains a complete set of
    pip and setuptools distributions, and so are fully supported.

What's about to create a separate bootstrap module, which create a bootstrap script that include everything needed to run on vanilla python?

Think pypa/virtualenv#632 is a similar intention.

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