相关文章推荐
踏实的佛珠  ·  sqlite修改路径_listerl ...·  2 月前    · 
魁梧的水龙头  ·  python - How to ...·  1 年前    · 
气势凌人的豆芽  ·  如何启用Windows ...·  1 年前    · 
Collectives™ on Stack Overflow

Find centralized, trusted content and collaborate around the technologies you use most.

Learn more about Collectives

Teams

Q&A for work

Connect and share knowledge within a single location that is structured and easy to search.

Learn more about Teams

I follow the steps on this website celery docs to learn celery.

When I run the command 'pip3 install celery' and install the celery successfully. picture link

But when I run the command 'celery worker --help',the return is can't find the command ’celery‘. Anyone can tell me why? Thank you

If you are using asdf to manage Python, then you need to "reshim" your pip-installed executables, like so:

asdf reshim python

More details here from chriserin of hashrocket.

Thanks for contributing an answer to Stack Overflow!

  • Please be sure to answer the question. Provide details and share your research!

But avoid

  • Asking for help, clarification, or responding to other answers.
  • Making statements based on opinion; back them up with references or personal experience.

To learn more, see our tips on writing great answers.