Skip to content

Instantly share code, notes, and snippets.

@jsrimr
Created August 6, 2020 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsrimr/1508f7192b7bae928872902651118d50 to your computer and use it in GitHub Desktop.
Save jsrimr/1508f7192b7bae928872902651118d50 to your computer and use it in GitHub Desktop.
run python module celery with env variables and virtualenv
set -a
source ../.env.local
set +a
/Users/jungsublim/.pyenv/versions/anaconda3-5.1.0/envs/cloaweb/bin/celery -A conf.celery worker -l info -B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment