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 96905b4 commit 0e28413Copy full SHA for 0e28413
1 file changed
Makefile
@@ -57,6 +57,7 @@ venv:
57
58
.PHONY: ensure-venv
59
ensure-venv:
60
+ set -e; \
61
@if [ ! -d $(VENVDIR) ] ; then \
62
echo "Creating venv in $(VENVDIR)"; \
63
if $(UV) --version >/dev/null 2>&1; then \
0 commit comments