UserForm | |
---|---|
First Name | Timothy |
Last Name | Brooks |
timothy.brooks.2009@live.rhul.ac.uk | |
Telephone | 07716159534 |
Location | Egham |
Country | UK |
~/.bash_profile
:
export ROOTSYS=/usr/local/root/v5.22.00/slc5.gcc3.4/root
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${ROOTSYS}/lib
export PATH=${PATH}:${ROOTSYS}/bin
/usr/local/root/v5.22.00/slc5.gcc3.4/root
is the path of the current stable build of root (ie. check this is correct!)
For example; here are my .bashrc
and .bash_profile
.