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 03b2ecf commit 79fe9d3Copy full SHA for 79fe9d3
Doc/Makefile
@@ -172,7 +172,7 @@ venv:
172
else \
173
echo "Creating venv in $(VENVDIR)"; \
174
if $(UV) --version >/dev/null 2>&1; then \
175
- $(UV) venv $(VENVDIR); \
+ $(UV) venv --python=$(PYTHON) $(VENVDIR); \
176
VIRTUAL_ENV=$(VENVDIR) $(UV) pip install -r $(REQUIREMENTS); \
177
178
$(PYTHON) -m venv $(VENVDIR); \
0 commit comments