python - Starting Celery worker in windows -
i'm trying start celery worker in windows 7 following command
celery worker -a routes.celery --loglevel=info
result of above command
c:\users\xxxxx\appdata\local\continuum\anaconda2\python.exe: can't open file 'c:\users\xxxxx\appdata\local\continuum\anaconda2\scripts\celery': [errno 2] no such file or directory
is command "celery" designed unix-like system? if how start celery worker python script instead of command line.
Comments
Post a Comment