Reputation: 59
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:
Upvotes: 0
Views: 2284
Reputation: 59
I found the problem, I answer my question so other people that may face the same problem can see the answer here.
The solution has been nicely presented here:
Virtualenv Command Not Found
Upvotes: 1