CERNroot: Difference between revisions

From LWP-Wiki
Jump to navigation Jump to search
(Created page with "Category:software-faq == Configuration of CERN-ROOT == If you only need ordinary '''root''', then just pick either r3b, fair, cbm or panda and follow the installation inst...")
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Category:software-faq]]
[[Category:software-faq]]
== Configuration of CERN-ROOT ==
== Configuration of CernRoot ==
If you only need ordinary '''root''', then just pick either r3b, fair, cbm or panda and follow the installation instructions. Afterwards, your system is automatically configured for ordinary CERN-ROOT as well.<br/>
Running the command '''root-setup cern''' will configure your system to use CernRoot. This command will also automatically create or change your '''.bashrc''' file, so after you have run this command your system is almost ready, you do have to re-open the terminal to activate the new environment settings or run the '''source''' command given at the end of set-up.
Running the command '''root-setup <environment>''' is probably the easiest way. After the configuration is finished, you can test your root by simply running the command:  
 
The following directory is automatically created:<br/>
'''/home/p123456/fair_install/CernRoot/'''
 
After the configuration is finished, you can test your '''root''' by simply running the command:  
   '''root'''
   '''root'''

Latest revision as of 12:34, 11 March 2016

Configuration of CernRoot

Running the command root-setup cern will configure your system to use CernRoot. This command will also automatically create or change your .bashrc file, so after you have run this command your system is almost ready, you do have to re-open the terminal to activate the new environment settings or run the source command given at the end of set-up.

The following directory is automatically created:
/home/p123456/fair_install/CernRoot/

After the configuration is finished, you can test your root by simply running the command:

 root