How to append root to your PATH environment

Hello everyone,

Can someone please let me know how I can correctly append source bin/thisroot.sh to my PATH environment so that I do not need to do it every time?


Please read tips for efficient and successful posting and posting code

_ROOT Version:r oot_v6.26.10.Linux-ubuntu22-x86_64-gcc11.3
_Platform:
Compiler: Not Provided


In your “${HOME}/.bashrc” file (assuming you use “bash”), add a line: source /full/path/to/root/bin/thisroot.sh

1 Like