Tony Toon on Nostr: Still learning all the intricacies of #linux #freebsd sysadmin/job management etc. I ...
Still learning all the intricacies of #linux #freebsd sysadmin/job management etc.
I have some python scripts that are scheduled via a crontab. That crontab currently exports environment variables that they need to work.
How could I make the venv itself be where the variables are declared, and then unset once the venv is exited?
I'd like to have a file that it pulls in so that all these API keys/tokens/etc. are kept in their own (or disparate) files based on need.
I have some python scripts that are scheduled via a crontab. That crontab currently exports environment variables that they need to work.
How could I make the venv itself be where the variables are declared, and then unset once the venv is exited?
I'd like to have a file that it pulls in so that all these API keys/tokens/etc. are kept in their own (or disparate) files based on need.