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

Spring Boot + JPA + Hibernate: Unable to locate persister -

go - Golang: panic: runtime error: invalid memory address or nil pointer dereference using bufio.Scanner -

c - double free or corruption (fasttop) -