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 75329ec commit 0a9b72eCopy full SHA for 0a9b72e
1 file changed
Makefile
@@ -49,13 +49,13 @@ endif
49
50
virtualenv:
51
@echo "-> Bootstrap the virtualenv with PYTHON_EXE=${PYTHON_EXE}"
52
- @${PYTHON_EXE} ${VIRTUALENV_PYZ} --download ${VENV}
53
-# @$(MAKE) upgrade-tools
+ @${PYTHON_EXE} --download ${VENV}
+ @$(MAKE) upgrade-tools
54
55
-# upgrade-tools:
56
-# @echo "-> Upgrade pip / setuptools / wheel (Python 3.12 safe)"
57
-# @${VENV}/bin/python -m pip install --upgrade --force-reinstall \
58
-# "pip>=24" "setuptools>=69" "wheel>=0.42" packaging
+upgrade-tools:
+ @echo "-> Upgrade pip / setuptools / wheel (Python 3.12 safe)"
+ @${VENV}/bin/python -m pip install --upgrade --force-reinstall \
+ "pip>=24" "setuptools>=69" "wheel>=0.42" packaging
59
60
conf: virtualenv
61
@echo "-> Install dependencies"
0 commit comments