Python Virtual Environment from Crontab
When you have a python virtual environment you would activate the virtual environment’s python as such: But when you try to run this command in cron it will not work because by default crontab uses /bin/sh which does not support the source command. So you can do the following in Read more…