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

Popular posts from this blog

PHP while loop dynamic rowspan -

android - How to read a column value in parse.com without accessing an object or a pointer -

timer - Java TimerTask cancel -