File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -27,9 +27,8 @@ function setup {
2727 # create a virtualenv on Python
2828 mkdir -p $CONFIGURE_ROOT_DIR /tmp
2929 wget -O $CONFIGURE_ROOT_DIR /tmp/virtualenv.pyz https://bootstrap.pypa.io/virtualenv.pyz
30- $PYTHON_EXE $CONFIGURE_ROOT_DIR /tmp/virtualenv.pyz $CONFIGURE_ROOT_DIR /tmp
30+ $PYTHON_EXE $CONFIGURE_ROOT_DIR /tmp/virtualenv.pyz --wheel embed --pip embed --setuptools embed --seeder pip $CONFIGURE_ROOT_DIR /tmp
3131 source $CONFIGURE_ROOT_DIR /tmp/bin/activate
32- $CONFIGURE_ROOT_DIR /tmp/bin/pip install --upgrade pip virtualenv setuptools wheel
3332}
3433
3534
Original file line number Diff line number Diff line change @@ -87,9 +87,8 @@ set PYTHONDONTWRITEBYTECODE=1
8787
8888call mkdir " %CFG_ROOT_DIR% tmp"
8989call curl -o " %CFG_ROOT_DIR% tmp\virtualenv.pyz" https://bootstrap.pypa.io/virtualenv.pyz
90- call %PYTHON_EXECUTABLE% " %CFG_ROOT_DIR% tmp\virtualenv.pyz" " %CFG_ROOT_DIR% tmp"
90+ call %PYTHON_EXECUTABLE% " %CFG_ROOT_DIR% tmp\virtualenv.pyz" --wheel embed --pip embed --setuptools embed --seeder pip " %CFG_ROOT_DIR% tmp"
9191call " %CFG_ROOT_DIR% tmp\Scripts\activate"
92- call " %CFG_ROOT_DIR% tmp\Scripts\pip" install --upgrade pip virtualenv setuptools wheel
9392call " %CFG_ROOT_DIR% tmp\Scripts\pip" install -e .[testing]
9493
9594@ rem Return a proper return code on failure
You can’t perform that action at this time.
0 commit comments