From 2d8fbc7cbbf6094747739b3d41c0285ce88f1f03 Mon Sep 17 00:00:00 2001 From: Eren Dogan Date: Sat, 28 Jan 2023 22:03:21 -0800 Subject: [PATCH] Cleanup install_conda.sh --- install_conda.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/install_conda.sh b/install_conda.sh index c8cdf2e2..0b85fc51 100755 --- a/install_conda.sh +++ b/install_conda.sh @@ -29,9 +29,3 @@ then conda deactivate fi -# TODO: Check if all tools are installed in case the miniconda is already installed - -#SEARCH_PATTERN=$(echo "${TOOLS}" | tr -s '[:blank:]' '|') -#INSTALLED_TOOLS=$(conda list | grep -o -E "${SEARCH_PATTERN}") -#echo "${SEARCH_PATTERN}" -#echo "${INSTALLED_TOOLS}"