Bench is not working at production

Hi,
I have installed frappe and erpnext at my local machine.
It is working. Then I have added this project at my personal git and removed erpnext git.

Then I have git clone this project at production machine and install bench.
Then I have run bench start. But bench is not running. Then showing

06:09:07 watch.1 | Usage: bench [OPTIONS] COMMAND [ARGS]…
06:09:07 watch.1 |
06:09:07 watch.1 | Error: No such command “watch”.
06:09:07 worker_long.1 | Usage: bench [OPTIONS] COMMAND [ARGS]…
06:09:07 worker_long.1 |
06:09:07 worker_long.1 | Error: No such command “worker”.
06:09:07 system | watch.1 stopped (rc=2)
06:09:07 system | sending SIGTERM to redis_socketio.1 (pid 25994)
06:09:07 system | sending SIGTERM to worker_long.1 (pid 25999)
06:09:07 system | sending SIGTERM to redis_queue.1 (pid 26007)
06:09:07 system | sending SIGTERM to web.1 (pid 26008)
06:09:07 system | sending SIGTERM to schedule.1 (pid 26012)
06:09:07 system | sending SIGTERM to worker_default.1 (pid 26009)
06:09:07 system | sending SIGTERM to socketio.1 (pid 26013)
06:09:07 system | sending SIGTERM to redis_cache.1 (pid 26011)
06:09:07 system | sending SIGTERM to worker_short.1 (pid 26016)
06:09:07 redis_socketio.1 | 26001:signal-handler (1486534147) Received SIGTERM scheduling shutdown…
06:09:07 redis_socketio.1 | 26001:M 08 Feb 06:09:07.393 # User requested shutdown…
06:09:07 redis_socketio.1 | 26001:M 08 Feb 06:09:07.393 # Redis is now ready to exit, bye bye…
06:09:07 system | worker_long.1 stopped (rc=-15)
06:09:07 redis_cache.1 | 26025:signal-handler (1486534147) Received SIGTERM scheduling shutdown…
06:09:07 redis_cache.1 | 26025:M 08 Feb 06:09:07.393 # User requested shutdown…
06:09:07 redis_cache.1 | 26025:M 08 Feb 06:09:07.393 # Redis is now ready to exit, bye bye…
06:09:07 redis_queue.1 | 26010:signal-handler (1486534147) Received SIGTERM scheduling shutdown…
06:09:07 redis_queue.1 | 26010:M 08 Feb 06:09:07.393 # User requested shutdown…
06:09:07 redis_queue.1 | 26010:M 08 Feb 06:09:07.393 # Redis is now ready to exit, bye bye…
06:09:07 system | redis_queue.1 stopped (rc=-15)
06:09:07 system | redis_socketio.1 stopped (rc=-15)
06:09:07 system | redis_cache.1 stopped (rc=-15)
06:09:07 system | web.1 stopped (rc=-15)
06:09:07 system | schedule.1 stopped (rc=-15)
06:09:07 system | socketio.1 stopped (rc=-15)
06:09:07 system | worker_short.1 stopped (rc=-15)
06:09:07 system | worker_default.1 stopped (rc=-15)

Same problem as here?