From 8739270b74f07013f6c0739c4970d26979685380 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":