Skip to content

Commit

Permalink
a few more echos
Browse files Browse the repository at this point in the history
  • Loading branch information
eneskuluk committed Nov 3, 2023
1 parent 4c9b9c5 commit 2a5982b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/scripts/install_python.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,15 @@ WGET_NO_CERTIFICATE="--no-check-certificate"

yum install -y bzip2-devel libffi libffi-devel
openssl version
echo "which openssl"
which openssl
echo "check folders"
echo "lib folder"
ls /usr/local/lib
echo "lib64 folder"
ls /usr/local/lib64
echo "check opt folder"
ls /usr/local/opt
locate ssl.h | grep '/openssl/ssl.h'
if [[ $PYTHON_USER_ID != 0 && $PYTHON_GROUP_ID != 0 ]]; then
echo "groupadd -g $PYTHON_GROUP_ID genomicsdb"
Expand Down

0 comments on commit 2a5982b

Please sign in to comment.