From bb132d65898dd4f87723da59221562d02046e133 Mon Sep 17 00:00:00 2001 From: Sebastien Mirolo Date: Fri, 6 Sep 2024 09:04:37 -0700 Subject: [PATCH] prints path to python executable as seen by make --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c7258bdc..767c100a 100644 --- a/Makefile +++ b/Makefile @@ -18,9 +18,11 @@ PIP := pip SQLITE := sqlite3 TWINE := twine -RUN_DIR ?= $(srcDir) +RUN_DIR ?= $(abspath $(srcDir)) DB_NAME ?= $(RUN_DIR)/db.sqlite +$(info Path to python executable (i.e. PYTHON) while running make: $(shell which $(PYTHON))) + MANAGE := TESTSITE_SETTINGS_LOCATION=$(CONFIG_DIR) RUN_DIR=$(RUN_DIR) $(PYTHON) manage.py # Django 1.7,1.8 sync tables without migrations by default while Django 1.9