linux cronjob python script in virtualenv code example
Example: python cron job virtualenv
You should be able to do this by using
the python in your virtual environment:
* * * * * /home/my/virtual/bin/python /home/my/project/manage.py command arg
You should be able to do this by using
the python in your virtual environment:
* * * * * /home/my/virtual/bin/python /home/my/project/manage.py command arg