Hi, --- On Wed, Sep 23, 2009 at 11:47 PM, yuva <[email protected]> wrote: | when you source the bashrc file, path containing executables is set to | $HOME/OpenFOAM/OpenFOAM-1.6/bin and not /usr/bin/ | So when i type 'clear' (for example), it says | command 'clear' is found in /usr/bin but the path is set to $HOME/ | OpenFOAM/OpenFOAM-1.6 | | Is there a fix for this issue? \--
You will need to append the PATH and not overwrite it when you export. For example: export PATH=$PATH:$HOME/OpenFoam/OpenFOAM-1.6/bin SK -- Shakthi Kannan http://www.shakthimaan.com --~--~---------~--~----~------------~-------~--~----~ Do you have another question? Click here - http://groups.google.com/group/iitdlug/post Read archive - http://www.mail-archive.com/[email protected]/ l...@iitd community mailing list -- http://groups.google.com/group/iitdlug -~----------~----~----~----~------~----~------~--~---
