mirror of https://github.com/VLSIDA/OpenRAM.git
Cleanup install_conda.sh
This commit is contained in:
parent
96a9663c96
commit
2d8fbc7cbb
|
|
@ -29,9 +29,3 @@ then
|
||||||
conda deactivate
|
conda deactivate
|
||||||
fi
|
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}"
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue