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)