Skip to content

Commit 33cb7d5

Browse files
committed
Upgrade setuptools, wheel and pip
Signed-off-by: Tushar Goel <tushar.goel.dav@gmail.com>
1 parent 0a9b72e commit 33cb7d5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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} --download ${VENV}
52+
@${PYTHON_EXE} -m venv ${VENV}
5353
@$(MAKE) upgrade-tools
5454

5555
upgrade-tools:

0 commit comments

Comments
 (0)