File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ endif
4949
5050virtualenv :
5151 @echo " -> Bootstrap the virtualenv with PYTHON_EXE=${PYTHON_EXE} "
52- @${PYTHON_EXE} ${VIRTUALENV_PYZ} --download ${VENV}
53- # @$(MAKE) upgrade-tools
52+ @${PYTHON_EXE} --download ${VENV}
53+ @$(MAKE ) upgrade-tools
5454
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
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
5959
6060conf : virtualenv
6161 @echo " -> Install dependencies"
You can’t perform that action at this time.
0 commit comments