Skip to content

Commit

Permalink
add debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Nov 13, 2024
1 parent 0fb455d commit 75e9c35
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions load_eessi_extend_module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,10 @@ else
ORIG_PYTHONPATH=${PYTHONPATH}

echo ">> Final installation in ${EASYBUILD_INSTALLPATH}..."
ls -l ${EASYBUILD_INSTALLPATH}
ls -lR ${EASYBUILD_INSTALLPATH}/software/EESSI-extend
whoami

export PATH=${EB_TMPDIR}/bin:${PATH}
export PYTHONPATH=$(ls -d ${EB_TMPDIR}/lib/python*/site-packages):${PYTHONPATH}
eb_install_out=${TMPDIR}/eb_install.out
Expand Down

0 comments on commit 75e9c35

Please sign in to comment.