We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0194480 commit b107c6fCopy full SHA for b107c6f
1 file changed
Makefile
@@ -1,8 +1,10 @@
1
2
+PYTHON ?= python3
3
+
4
.PHONY: doc
5
6
.venv/bin/pip:
- python3 -m venv .venv
7
+ ${PYTHON} -m venv .venv
8
.venv/bin/pip3 install --upgrade pip wheel
9
10
venv: .venv/bin/pip
0 commit comments