去除批处理中的python绝对路径
This commit is contained in:
@@ -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
|
||||
python app/engine/generate.py
|
||||
@@ -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
|
||||
python tests/query.py
|
||||
+1
-1
@@ -1 +1 @@
|
||||
C:\Users\liuyue\AppData\Local\pypoetry\Cache\virtualenvs\app-laEO4lY0-py3.11\Scripts\python main.py
|
||||
python main.py
|
||||
@@ -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
|
||||
python phoenixserver.py
|
||||
Reference in New Issue
Block a user