rootbrowse command not working
I'd never heard of the rootbrowse command until today but a student tried to use it in StatAnalysis and it didnt work. the issue is the rootbrowse command (which is actually a python script) has at the top of it:
#!/usr/bin/env /builds/atlas/StatAnalysis/ci_build/x86_64-centos7-gcc11-opt/bin/python3
This is from: /cvmfs/atlas.cern.ch/repo/sw/software/0.1/StatAnalysis/0.1.2/InstallArea/x86_64-centos7-gcc11-opt/bin/rootbrowse
So it looks like we need to have something in the installation step override this python path. Should look at if and how this is done for the Athena builds?