User Tools

Site Tools


research:root

This is an old revision of the document!


Installing ROOT using a python virtual environment

Sign in to LENGAU and then ssh into chpclic1

$ module purge
$ module add chpc/BIOMODULES

Adds C++ libraries and other things

Here is how you prepare a new environment with ROOT preinstalled:

$ conda create -n root_env root -c conda-forge

This will make a new environment called root_env, and install ROOT into it. The installation takes about 20 minutes to complete…

When complete you can list all your environments and their paths using

$ conda info --envs

The full path to the root installation amongst others will appear

$ conda activate root_env

Confirm whether the ROOT package has been installed

$ conda list

Launch ROOT

$ root

Every time you want to ROOT, do not forget to activate the conda environment and deactivate the environment when done.

/app/dokuwiki/data/attic/research/root.1710848815.txt.gz · Last modified: 2024/03/19 13:46 by msovara