Install Root v5.34.34

So the v5.34.38 can be compiled fine on this machine. But after sourcing, it says can’t find root command:

source ../root/bin/thisroot.sh 
[wshi@login1.summit MaCh3]$ root -l
-bash: root: command not found

I can see the environment path is all correct, but in the bin folder it doesn’t contain the root binary that’s normally seen in linux, any idea why this happens?

[wshi@login5.summit bin]$ ll
total 2108
-rwxrwxr-x 1 wshi wshi  85800 Oct 25 21:05 genmap
-rwxrwxr-x 1 wshi wshi    176 Oct 25 20:36 genreflex
-rwxrwxr-x 1 wshi wshi     92 Oct 25 20:36 genreflex-rootcint
-rwxrwxr-x 1 wshi wshi  78912 Oct 25 21:05 hadd
-rwxrwxr-x 1 wshi wshi  87928 Oct 25 21:05 hist2workspace
-rwxr-xr-x 1 wshi wshi   8447 Oct 25 20:36 memprobe
-rwxrwxr-x 1 wshi wshi 160560 Oct 25 21:05 pq2
-rwxrwxr-x 1 wshi wshi   2078 Oct 25 21:05 prepareHistFactory
-rwxrwxr-x 1 wshi wshi 238112 Oct 25 21:05 proofd
-rwxr-xr-x 1 wshi wshi   2868 Oct 25 21:05 proofserv
-rwxrwxr-x 1 wshi wshi  78808 Oct 25 21:05 proofserv.exe
-rwxrwxr-x 1 wshi wshi  80624 Oct 25 20:37 rlibmap
-rwxrwxr-x 1 wshi wshi  83488 Oct 25 20:36 rmkdepend
-rwxr-xr-x 1 wshi wshi  27225 Oct 25 20:36 root-config
-rwxrwxr-x 1 wshi wshi  76608 Oct 25 21:05 root.exe
-rwxrwxr-x 1 wshi wshi 388208 Oct 25 20:37 rootcint
-rwxrwxr-x 1 wshi wshi 306968 Oct 25 21:05 rootd
-rwxrwxr-x 1 wshi wshi  76608 Oct 25 21:05 rootn.exe
-rwxr-xr-x 1 wshi wshi    821 Oct 25 21:05 roots
-rwxrwxr-x 1 wshi wshi  78504 Oct 25 21:05 roots.exe
-rw-rw-r-- 1 wshi wshi   3834 Oct 25 20:36 setxrd.csh
-rwxrwxr-x 1 wshi wshi   3046 Oct 25 20:36 setxrd.sh
-rwxrwxr-x 1 wshi wshi  77112 Oct 25 21:05 ssh2rpd
-rw-rw-r-- 1 wshi wshi   6058 Oct 25 20:36 thisroot.csh
-rw-rw-r-- 1 wshi wshi   4335 Oct 25 20:36 thisroot.sh
-rwxrwxr-x 1 wshi wshi  80736 Oct 25 21:05 xpdtest
[wshi@login5.summit bin]$ vi thisroot.sh 
[wshi@login5.summit bin]$ vi thisroot.sh 
[wshi@login5.summit bin]$ echo $ROOTSYS
/ccs/home/wshi/MaCh3/root

I also tried a separate install of v5-34-00-patches:

git clone -b v5-34-00-patches http://root.cern.ch/git/root.git v5-34-00-patches
cd v5-34-00-patches
./configure --enable-soversion --enable-minuit2 --enable-roofit --enable-python --disable-x11 --disable-mysql
make

But I am seeing the same error,

[wshi@login4.summit testROOT]$ root -l
-bash: root: command not found
[wshi@login4.summit testROOT]$ echo $ROOTSYS
/ccs/home/wshi/testROOT/v5-34-00-patches