Skip to content

Commit 453be2d

Browse files
committed
remove debugging
1 parent a63e2d4 commit 453be2d

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

setup_py310.sh

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# It checks for conda, installs it if necessary, creates a conda environment,
66
# installs required packages, and downloads necessary software.
77

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

1010
# Check if running on Linux
1111
if [[ "$OSTYPE" != "linux-gnu"* ]]; then
@@ -436,10 +436,4 @@ if [ $? -eq 0 ]; then
436436
else
437437
echo "Error: Some required packages are missing."
438438
exit 1
439-
fi
440-
441-
conda init bash
442-
conda activate $ENV_NAME
443-
cd $DOCKM8_FOLDER
444-
445-
done
439+
fi

0 commit comments

Comments
 (0)