Cleanup install_conda.sh

This commit is contained in:
Eren Dogan 2023-01-28 22:03:21 -08:00
parent 96a9663c96
commit 2d8fbc7cbb
1 changed files with 0 additions and 6 deletions

View File

@ -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}"