We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 337fe6e commit 91bbaeeCopy full SHA for 91bbaee
1 file changed
Makefile
@@ -49,7 +49,7 @@ endif
49
50
virtualenv:
51
@echo "-> Bootstrap the virtualenv with PYTHON_EXE=${PYTHON_EXE}"
52
- @${PYTHON_EXE} ${VIRTUALENV_PYZ} --never-download --no-periodic-update ${VENV}
+ @${PYTHON_EXE} ${VIRTUALENV_PYZ} --download ${VENV}
53
@$(MAKE) upgrade-tools
54
55
conf: virtualenv
0 commit comments