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 0a9b72e commit 33cb7d5Copy full SHA for 33cb7d5
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} --download ${VENV}
+ @${PYTHON_EXE} -m venv ${VENV}
53
@$(MAKE) upgrade-tools
54
55
upgrade-tools:
0 commit comments