From a336e1465a71b167e60996610d8287e098658dde Mon Sep 17 00:00:00 2001 From: IftachSadeh Date: Mon, 17 Oct 2016 09:49:50 +0200 Subject: [PATCH] updt. README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33d51c0..93979bf 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ ROOT requires definition of the environmental variables `$ROOTSYS` (set to the d rootHome = "/home/work/root/" ``` -Otherwise, define `$ROOTSYS` in the session, and set in `scripts/commonImports.py`: +Otherwise, define `$ROOTSYS` and `$LD_LIBRARY_PATH` in the session, and set in `scripts/commonImports.py`: ```python useDefinedROOTSYS = True ```