聚烯烃执行脚本路径添加一体机环境

This commit is contained in:
jingboyitiji 2025-05-27 09:26:14 +08:00
parent 98b587168c
commit 93c0820510
2 changed files with 2 additions and 1 deletions

Binary file not shown.

View File

@ -17,7 +17,8 @@ def run_predictions(target_date):
# 依次执行每个脚本
for script in scripts:
# command = [r"C:\Users\Hello\.conda\envs\predict\python", script] # liuruipc
command = [r"C:/Users/EDY/.conda/envs/priceforecast/python.exe", script] #168pc
# command = [r"C:/Users/EDY/.conda/envs/priceforecast/python.exe", script] #168pc
command = [r"C:/Users/Hello/.conda/envs/predict/python.exe", script] #yitijipc
subprocess.run(command, check=True)