' rq command not found ' 启动 worker 时

' rq command not found ' when starting worker


我正在尝试在 macOS Catalania 上使用 redis 和 rq 做一些后台工作。我成功安装了 redis 和 rq(rq = 1.1.0 with $ pip3 install rq),但是当我尝试执行命令 $ rq worker 时,无论我在哪个目录中,它只会给我 -bash: rq: command not found.有谁知道为什么会发生这种情况?

我尝试了以下方法:

  1. 卸载了 rq 并使用 sudo 安装了它——同样的错误
  2. 卸载了 rq 并安装了旧版本的 rq (0.13.0) -- 同样的错误
  3. 用双标签搜索 rq 命令,没有与 rq 相关的内容

我找到了问题,我回答了我的问题,以便可能遇到相同问题的其他人可以在这里看到答案。

The solution has been nicely presented here: Virtualenv Command Not Found