Skip to content

Commit 91bbaee

Browse files
committed
Upgrade setuptools, wheel and pip
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 337fe6e commit 91bbaee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ endif
4949

5050
virtualenv:
5151
@echo "-> Bootstrap the virtualenv with PYTHON_EXE=${PYTHON_EXE}"
52-
@${PYTHON_EXE} ${VIRTUALENV_PYZ} --never-download --no-periodic-update ${VENV}
52+
@${PYTHON_EXE} ${VIRTUALENV_PYZ} --download ${VENV}
5353
@$(MAKE) upgrade-tools
5454

5555
conf: virtualenv

0 commit comments

Comments
 (0)