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 704cfeb commit a50bbedCopy full SHA for a50bbed
Makefile
@@ -66,7 +66,7 @@ venv:
66
else \
67
echo "Creating venv in $(VENVDIR)"; \
68
if $(UV) --version >/dev/null 2>&1; then \
69
- $(UV) venv $(VENVDIR); \
+ $(UV) venv --python=$(PYTHON) $(VENVDIR); \
70
VIRTUAL_ENV=$(VENVDIR) $(UV) pip install -r $(REQUIREMENTS); \
71
72
$(PYTHON) -m venv $(VENVDIR); \
0 commit comments