Skip to content

Commit

Permalink
test: added ldd output
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvinSchiller authored Apr 26, 2024
1 parent 907a90b commit 085fc64
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions installation/routines/setup_jukebox_core.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,10 @@ _jukebox_core_build_and_install_pyzmq() {

ZMQ_PREFIX="${JUKEBOX_ZMQ_PREFIX}" ZMQ_DRAFT_API=1 \
pip install -v pyzmq --no-binary pyzmq

print_lc " ldd output Start"
ldd "$VIRTUAL_ENV/bin/pyzmq"
print_lc " ldd output End"
else
print_lc " Skipping. pyzmq already installed"
fi
Expand Down

0 comments on commit 085fc64

Please sign in to comment.