I did not use Docker to set up the Tabby server; instead, I built Tabby using 'cargo build.' When running 'tabby scheduler --now,' the error message is: -bash: tabby: command not found. How can I properly run 'tabby scheduler --now' without Docker?
MapleYee
Asked on Apr 08, 2024
To properly run Tabby scheduler without Docker using cargo build, you should execute the command 'cargo run scheduler --now' in the directory where you have cloned Tabby.
Make sure you are in the correct directory containing the Tabby source code when running the command.
Running 'cargo run scheduler --now' should trigger the Tabby scheduler without the need for Docker.