Skip to content

Commit

Permalink
remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Tonylac77 committed Sep 30, 2024
1 parent a63e2d4 commit 453be2d
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions setup_py310.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# It checks for conda, installs it if necessary, creates a conda environment,
# installs required packages, and downloads necessary software.

set -x # Exit immediately if a command exits with a non-zero status
set -e # Exit immediately if a command exits with a non-zero status

# Check if running on Linux
if [[ "$OSTYPE" != "linux-gnu"* ]]; then
Expand Down Expand Up @@ -436,10 +436,4 @@ if [ $? -eq 0 ]; then
else
echo "Error: Some required packages are missing."
exit 1
fi

conda init bash
conda activate $ENV_NAME
cd $DOCKM8_FOLDER

done
fi

0 comments on commit 453be2d

Please sign in to comment.