From 54ce0951a430658622d26231bc71d04d5ad0d8be Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Sun, 19 Apr 2026 11:37:59 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20Update=20justfile=20to=20activat?= =?UTF-8?q?e=20virtual=20environment=20before=20running=20main.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- projects/local-ai-test/justfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/local-ai-test/justfile b/projects/local-ai-test/justfile index 9c53c79..8710548 100644 --- a/projects/local-ai-test/justfile +++ b/projects/local-ai-test/justfile @@ -5,6 +5,5 @@ alias r:=run # Run main.py run: - te -X -k $(cat ~/.config/envs/LCOAL_DEFAULT_TINY_ENCRYPT_KEY_ID) ~/secrets/alibaba-cloud-ai-cn.env.tinyenc -- uv run main.py - + source .venv/bin/activate && te -X -k $(cat ~/.config/envs/LCOAL_DEFAULT_TINY_ENCRYPT_KEY_ID) ~/secrets/alibaba-cloud-ai-cn.env.tinyenc -- python main.py