File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ create_virtualenv() {
110110 fi
111111
112112 $PYTHON_EXECUTABLE " $VIRTUALENV_PYZ " \
113- --wheel embed -- pip embed --setuptools embed \
113+ --pip embed --setuptools embed \
114114 --seeder pip \
115115 --never-download \
116116 --no-periodic-update \
Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ if not exist "%CFG_BIN_DIR%\python.exe" (
110110
111111 if exist " %CFG_ROOT_DIR% \etc\thirdparty\virtualenv.pyz" (
112112 %PYTHON_EXECUTABLE% " %CFG_ROOT_DIR% \etc\thirdparty\virtualenv.pyz" ^
113- --wheel embed -- pip embed --setuptools embed ^
113+ --pip embed --setuptools embed ^
114114 --seeder pip ^
115115 --never-download ^
116116 --no-periodic-update ^
@@ -126,7 +126,7 @@ if not exist "%CFG_BIN_DIR%\python.exe" (
126126 )
127127 )
128128 %PYTHON_EXECUTABLE% " %CFG_ROOT_DIR% \%VIRTUALENV_DIR% \virtualenv.pyz" ^
129- --wheel embed --pip embed --setuptools embed ^
129+ embed --pip embed --setuptools embed ^
130130 --seeder pip ^
131131 --never-download ^
132132 --no-periodic-update ^
You can’t perform that action at this time.
0 commit comments