-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels