添加168机器环境路径
This commit is contained in:
parent
a5b5cc2538
commit
a06b5dc525
@ -17,6 +17,8 @@ def run_predictions(target_date):
|
|||||||
# 依次执行每个脚本
|
# 依次执行每个脚本
|
||||||
for script in scripts:
|
for script in scripts:
|
||||||
# command = [r"C:\Users\EDY\.conda\envs\predict\python", script]
|
# 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
|
command = [r"C:/Users/Hello/.conda/envs/jaigeyuce/python.exe", script] #yitijipc
|
||||||
|
|
||||||
subprocess.run(command, check=True)
|
subprocess.run(command, check=True)
|
||||||
|
Loading…
Reference in New Issue
Block a user