Katoolin: command not found - Ask Ubuntu
i have followed instruction install katoolin, happens:
# sudo katoolin sudo: katoolin: command not found
i have searched hard on net no joy. doing wrong? have macbook pro 2011 i7 processor.
judging comments question, placed katoolin
executable not directly /usr/bin
, in subdirectory of it.
when enter command, system searches in number of directories matching executable file. if example type foo
, system looks /bin/foo
, /sbin/foo
, /usr/bin/foo
, on. first such file found gets executed. directories searched defined in environment variable path
.
but system not search in sub directories of directories listed in path
. therefore, if put katoolin
executable to, say, /usr/bin/katoolin/katoolin
instead of /usr/bin/katoolin
, won't found.
additionally, executable must have correct permissions ( sudo chmod +x /usr/bin/katoolin
) , correct name. if type katoolin
, example /usr/bin/katoolin.py
won't found either.
Comments
Post a Comment