I have an application named delphi in Delphi_Dp directory.
Its PATH is /usr/kalyan/Downloads/Delphi_Dp
I have done export
PATH=$PATH:/usr/kalyan/Downloads/Delphi_Dp
echo 'export PATH=$PATH:/usr/kalyan/Downloads/Delphi_Dp' >> ~/.bash_profile
But in terminal, when I type delphi, it is showing Command not found.
Please Help..
./delphi
? is the binary executable then? it seems a simple question... – logoff Feb 13 '13 at 10:08ls -la /usr/kalyan/Downloads/Delphi_Dp/de*; echo $PATH
– Warren Hill Feb 13 '13 at 10:18