You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have on Ubuntu 22.04 a Python script running with the "system" Python environment as a cron job. I would like to run a second script running within a Mamba environment.
How should I define my cron job exactly, knowing that it is running in a non-interactive shell. Should I use 'mamba activate' or 'mamba run'? The first script is important and I would like it to keep running without being disturbed.
If I want to move the first script in a Mamba environment, I would then have two scripts running in their own Mamba environment. In that case, how should I define my cron jobs?
The text was updated successfully, but these errors were encountered:
Hi!
I have on Ubuntu 22.04 a Python script running with the "system" Python environment as a cron job. I would like to run a second script running within a Mamba environment.
How should I define my cron job exactly, knowing that it is running in a non-interactive shell. Should I use 'mamba activate' or 'mamba run'? The first script is important and I would like it to keep running without being disturbed.
If I want to move the first script in a Mamba environment, I would then have two scripts running in their own Mamba environment. In that case, how should I define my cron jobs?
The text was updated successfully, but these errors were encountered: