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.
make venv
1 parent fccb504 commit 914a826Copy full SHA for 914a826
Makefile
@@ -64,6 +64,7 @@ venv:
64
echo "venv already exists."; \
65
echo "To recreate it, remove it first with \`make clean-venv'."; \
66
else \
67
+ set -e; \
68
echo "Creating venv in $(VENVDIR)"; \
69
if $(UV) --version >/dev/null 2>&1; then \
70
$(UV) venv --python=$(PYTHON) $(VENVDIR); \
0 commit comments