I want to work with Zettair search engine (see link). I installed it on Ubuntu 14.04, but I cannot install the Zettair executable in my PATH with following command. What should I do?
PATH=/usr/local/zettair/bin/zet:$PATH
export PATH=$PATH:/usr/local/zettair/bin/zet
The following codes work for the folder I run them. Therefore, by changing the folder I got the error again.
PATH=$PATH:/usr/local/zettair/bin/zet
export PATH
ls /usr/local/zettair/bin/zet
– 0x2b3bfa0 May 23 '15 at 14:20zet
in/usr/local/zettair/bin/zet
.zet
is the name of the binary, you need to add the directory containing the binary. – muru May 23 '15 at 14:22