I executed.
export PATH=/home/varun/SOFTWARE/MOLDEN/molden5.1:$PATH
In my terminal; followed by which molden
I get the expected output:/home/varun/SOFTWARE/MOLDEN/molden5.1/molden
But this is temporary. When I close my terminal which molden
does not give me any response. What should I do? Please help me.
.profile
, it adds$HOME/bin
to your path if$HOME/bin
exists. You can copy and paste that at the bottom and replace bothbin
s in the copy withSOFTWARE/MOLDEN/molden5.1/
. – Chai T. Rex Feb 15 '17 at 23:04