聚烯烃执行脚本路径添加一体机环境
This commit is contained in:
parent
98b587168c
commit
93c0820510
BIN
requirements.txt
BIN
requirements.txt
Binary file not shown.
@ -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)
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user