Please read tips for efficient and successful posting and posting code
ROOT Version: 6.22/07
Platform: Ubuntu 18.04.5 LTS
Compiler: gcc 7.5.0
Hi,
I installed the ROOt in a new system with the following command:
$ git clone --branch v6-22-00-patches https://github.com/root-project/root.git root_src
$ mkdir root_build root_install && cd root_build
$ cmake -DCMAKE_INSTALL_PREFIX=../root_install ../root_src
$ cmake --build . -- install -j10
$ source ../root_install/bin/thisroot.sh
But when I tried to run ROOT from another terminal window, it won’t run.
Command 'root' not found, but can be installed with:
sudo snap install root-framework
So I tried to set it up from new windows. It works after running the source... command, but not in new windows.
Setting the environment like this worked in my other systems. I can’t figure out what’s wrong…
Any idea on how to solve this problem will be appreciated.
With thanks and regards,
Saumyen