I am trying to do some background jobs using redis and rq on macOS Catalania. I successfully installed redis and rq ( rq = 1.1.0 with $ pip3 install rq
), but when I try to execute the command $ rq worker
, no matter in what directory I am in, it just gives me -bash: rq: command not found
. Does anyone know why this might happen?
I tried the following:
- uninstalled rq and installed it with sudo -- same error
- unistalled rq and installed an older version of rq (0.13.0) -- same error
- searched the rq command with double tab and there was nothing related to rq