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.
2 parents a70761a + 4d0d0a4 commit 74959dbCopy full SHA for 74959db
Makefile
@@ -59,7 +59,7 @@ ensure-venv:
59
@if [ ! -d $(VENVDIR) ] ; then \
60
echo "Creating venv in $(VENVDIR)"; \
61
if $(UV) --version >/dev/null 2>&1; then \
62
- $(UV) venv $(VENVDIR); \
+ $(UV) venv --python=$(PYTHON) $(VENVDIR); \
63
VIRTUAL_ENV=$(VENVDIR) $(UV) pip install -r $(REQUIREMENTS); \
64
else \
65
$(PYTHON) -m venv $(VENVDIR); \
0 commit comments