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 fec5e6d commit de6cc1cCopy full SHA for de6cc1c
scripts/common.Makefile
@@ -274,7 +274,7 @@ $(REPO_BASE_DIR)/.venv/bin/activate:
274
$(REPO_BASE_DIR)/.venv/bin/pip3 install --upgrade pip wheel setuptools
275
$(REPO_BASE_DIR)/.venv/bin/pip3 install jinja2 j2cli[yaml] typer
276
@echo "To activate the venv, execute 'source $(REPO_BASE_DIR)/.venv/bin/activate'"
277
-PHONY: .venv
+.PHONY: .venv
278
.venv: $(REPO_BASE_DIR)/.venv/bin/activate ## Creates a python virtual environment with dev tools (pip, pylint, ...)
279
.PHONY: venv
280
venv: $(REPO_BASE_DIR)/.venv/bin/activate ## Creates a python virtual environment with dev tools (pip, pylint, ...)
0 commit comments