From 2e0aaf105e0853fd09c4e64f23d8b50880638e14 Mon Sep 17 00:00:00 2001 From: George Hickman Date: Tue, 7 Nov 2023 10:04:09 +0000 Subject: [PATCH] Use the python linked to the current env to invoke the CLI --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 4c044e55..3b368890 100644 --- a/justfile +++ b/justfile @@ -131,7 +131,7 @@ grafana: metrics *args: devenv - python -m metrics {{ args }} + $BIN/python -m metrics {{ args }} docker-build env="dev":