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 b6a883f commit 337fe6eCopy full SHA for 337fe6e
1 file changed
Makefile
@@ -49,8 +49,8 @@ endif
49
50
virtualenv:
51
@echo "-> Bootstrap the virtualenv with PYTHON_EXE=${PYTHON_EXE}"
52
- @$(MAKE) upgrade-tools
53
@${PYTHON_EXE} ${VIRTUALENV_PYZ} --never-download --no-periodic-update ${VENV}
+ @$(MAKE) upgrade-tools
54
55
conf: virtualenv
56
@echo "-> Install dependencies"
0 commit comments