Hello,
I've got a conda environment that has a bunch of libraries installed that are incompatible with other environments. There is a python script that I have to run from this environment. How can i call this environment and run the script from a visualcron task? I've tried linking the python.exe under the environment's folder to the execute then passing the python script as the argument, but this is not working.
Thanks