bash - trac-admin deploy not working -


i'm trying use trac-admin deploy command.

sudo trac-admin /home/****/repository deploy /home/****/trac_temp/ 

after entering password get:

error: command not found 

anyone know i'm doing incorrectly?

looks "trac-admin" not found root shell. try use full path: /path/to/.../trac-admin


Comments

Popular posts from this blog

Python __call__ special method practical example -

arrays - jQuery - Retrieve values from HTML elements and return their sum -