I need to run my Django along with Celery as root for access reasons. It says I need to set C_FORCE_ROOT environment variable. How/where do I set the environment variable?
Anywhere so the python process picks it up by using os.environ.
If your question is about how the environment variables work, please read this tutorial.