This is an old revision of the document!
module purge
module add chpc/BIOMODULES
Adds C++ libraries and other things
module add python/0.3.11.4
mkdir dev; cd dev
virtualenv root_env
source root_env/bin/activate
conda config --set channel_priority strict
conda config --env --add channels conda-forge
The first time you enter the environment, you should add the conda-forge channel to the search list (otherwise, you will have to add -c conda-forge every time you install or update something):
conda install root -c conda-forge
Install ROOT
conda config --add --env channels conda-forge
If you want to enable conda-forge as a searched channel globally so that you don’t have to add this flag every time you do anything, run: