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 0e90926 commit ee37365Copy full SHA for ee37365
Doc/Makefile
@@ -170,6 +170,7 @@ venv:
170
echo "venv already exists."; \
171
echo "To recreate it, remove it first with \`make clean-venv'."; \
172
else \
173
+ set -e; \
174
echo "Creating venv in $(VENVDIR)"; \
175
if $(UV) --version >/dev/null 2>&1; then \
176
$(UV) venv --python=$(PYTHON) $(VENVDIR); \
0 commit comments