File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -159,7 +159,7 @@ $(BLD_DIR_ENV)/bin/python:
159159 @mkdir -p $(BLD_DIR_ENV )
160160 @$(SYS_PYTHON ) -m pip install --upgrade pip==$(PIP_VERSION )
161161 @$(SYS_PYTHON ) -m pip install virtualenv==$(VIRTUAL_ENV_VERSION ) virtualenv-make-relocatable==$(VIRTUAL_ENV_RELOCATABLE_VERSION )
162- @$(SYS_PYTHON ) -m virtualenv --system-site-packages -- copies -p $(PYTHON_VER ) $(BLD_DIR_ENV )
162+ @$(SYS_PYTHON ) -m virtualenv --copies -p $(PYTHON_VER ) $(BLD_DIR_ENV )
163163 @$(ENV_PYTHON ) -m pip install virtualenv==$(VIRTUAL_ENV_VERSION ) virtualenv-make-relocatable==$(VIRTUAL_ENV_RELOCATABLE_VERSION )
164164 @$(eval RELOCATABLE := $(shell which virtualenv-make-relocatable) )
165165 @echo " REQUIREMENT_FILE is $( REQUIREMENT_FILE) "
You can’t perform that action at this time.
0 commit comments