PDA

View Full Version : [ubuntu] Installing with Path!



gagea
April 22nd, 2010, 10:14 PM
Hello,

I can not understand what does this statement says and how to do it. Can anybody tell me what to do please.

For the operating system to be able to locate the program, this directory must be specified in the global variable PATH. In order to achieve this, you will have to add export PATH="/your_path/:$PATH" to the .bashrc or the .bash profile located in your home directory (your path is the path to the directory that contains PhyML binary).


](*,)

kbielefe
April 26th, 2010, 10:55 PM
If you compiled from source, generally typing "sudo make install" will install it somewhere that is already in your path, so you don't have to mess around with your .bashrc.