From 842da395ea115b09f5def8a558b43f66c700e9d4 Mon Sep 17 00:00:00 2001 From: Charlie Wang Date: Fri, 21 Mar 2025 16:23:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8D=E4=BD=BF=E7=94=A8conda=E8=80=8C?= =?UTF-8?q?=E6=98=AF=E4=BD=BF=E7=94=A8venv=E5=90=AF=E5=8A=A8=E9=BA=A6?= =?UTF-8?q?=E9=BA=A6=E8=84=91=E5=86=85=E6=89=80=E6=83=B3gui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/run_thingking.bat | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/script/run_thingking.bat b/script/run_thingking.bat index a134da6fe..0806e46ed 100644 --- a/script/run_thingking.bat +++ b/script/run_thingking.bat @@ -1,5 +1,5 @@ -call conda activate niuniu -cd src\gui -start /b python reasoning_gui.py +@REM call conda activate niuniu +cd ../src\gui +start /b ../../venv/scripts/python.exe reasoning_gui.py exit