Skip to content

Commit

Permalink
show which pip3 is used
Browse files Browse the repository at this point in the history
  • Loading branch information
truib committed Jan 26, 2024
1 parent 8460e9e commit a538fde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions load_easybuild_module.sh
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ else
EB_TMPDIR=${TMPDIR}/ebtmp
echo ">> Temporary installation (in ${EB_TMPDIR})..."
pip_install_out=${TMPDIR}/pip_install.out
which pip3
pip3 install --prefix ${EB_TMPDIR} easybuild &> ${pip_install_out}

# keep track of original $PATH and $PYTHONPATH values, so we can restore them
Expand Down

0 comments on commit a538fde

Please sign in to comment.