admin管理员组

文章数量:1410724

I have a python script via jupyter notebook that runs fine in jupyter notebook. It relies on an env. file. How do I ensure that env. is also running if I use task scheduler. I drop the env file in the same directory for my task scheduler but it did not run

本文标签: windowsHow do I get python script which is dependent on an env file to run in task schedulerStack Overflow