From a06b5dc52585985d7cb72566b30ac2cb0c5e2477 Mon Sep 17 00:00:00 2001 From: workpc Date: Fri, 6 Jun 2025 13:54:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0168=E6=9C=BA=E5=99=A8?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 原油八大维度预测任务.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/原油八大维度预测任务.py b/原油八大维度预测任务.py index bf6e96b..1161d4c 100644 --- a/原油八大维度预测任务.py +++ b/原油八大维度预测任务.py @@ -17,6 +17,8 @@ def run_predictions(target_date): # 依次执行每个脚本 for script in scripts: # command = [r"C:\Users\EDY\.conda\envs\predict\python", script] + # command = [r"C:/Users/Hello/.conda/envs/jaigeyuce/python.exe", script] #yitijipc + command = [r"C:/Users/EDY/.conda/envs/priceforecast/python.exe", script] #168pc command = [r"C:/Users/Hello/.conda/envs/jaigeyuce/python.exe", script] #yitijipc subprocess.run(command, check=True)