From 75f6f45b24a4569d9ef44eb153651992329b665f Mon Sep 17 00:00:00 2001 From: paituo <330435863@qq.com> Date: Tue, 13 Aug 2024 13:28:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E6=89=B9=E5=A4=84=E7=90=86?= =?UTF-8?q?=E4=B8=AD=E7=9A=84python=E7=BB=9D=E5=AF=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/run-data.bat | 2 +- backend/run-test.bat | 2 +- backend/run.bat | 2 +- phoenixserver/runphoenixserver.bat | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/backend/run-data.bat b/backend/run-data.bat index 8314019..b25bba4 100644 --- a/backend/run-data.bat +++ b/backend/run-data.bat @@ -1,4 +1,4 @@ rmdir /S /Q storage_vector rmdir /S /Q storage -C:\Users\liuyue\AppData\Local\pypoetry\Cache\virtualenvs\app-laEO4lY0-py3.11\Scripts\python app/engine/generate.py \ No newline at end of file +python app/engine/generate.py \ No newline at end of file diff --git a/backend/run-test.bat b/backend/run-test.bat index 12114d2..005cb68 100644 --- a/backend/run-test.bat +++ b/backend/run-test.bat @@ -1,4 +1,4 @@ rmdir /S /Q storage_vector rmdir /S /Q storage -C:\Users\liuyue\AppData\Local\pypoetry\Cache\virtualenvs\app-laEO4lY0-py3.11\Scripts\python tests/query.py \ No newline at end of file +python tests/query.py \ No newline at end of file diff --git a/backend/run.bat b/backend/run.bat index 0e0df02..7a84f97 100644 --- a/backend/run.bat +++ b/backend/run.bat @@ -1 +1 @@ -C:\Users\liuyue\AppData\Local\pypoetry\Cache\virtualenvs\app-laEO4lY0-py3.11\Scripts\python main.py \ No newline at end of file +python main.py \ No newline at end of file diff --git a/phoenixserver/runphoenixserver.bat b/phoenixserver/runphoenixserver.bat index a593c5d..4f125a5 100644 --- a/phoenixserver/runphoenixserver.bat +++ b/phoenixserver/runphoenixserver.bat @@ -2,4 +2,4 @@ SET ENV_PHOENIX_HOST=0.0.0.0 SET ENV_PHOENIX_PORT=6006 SET PHOENIX_HOST_ROOT_PATH=./.phoenix/ -C:\Users\liuyue\AppData\Local\pypoetry\Cache\virtualenvs\app-pCyqx0Uo-py3.11\Scripts\python phoenixserver.py \ No newline at end of file +python phoenixserver.py \ No newline at end of file