Running supervisord from the host, celery from a virtualenv (Django app)
I'm trying to use celery and redis queue to perform a task for my Django app. Supervisord is installed on the host via apt-get , whereas celery resides in a specific virtualenv on my system, installed via `pip. As a result, I can't seem to get the celery command to run via supervisord. If I run it from inside the virtualenv, it works fine, outside of it, it doesn't. How do I get it to run under my current set up? Is the solution simply to install celery via apt-get, instead of inside the virtualenv? Please advise. My celery.conf inside /etc/supervisor/conf.d is: [program:celery] command=/home