Skip to content
Snippets Groups Projects
Commit c2e55958 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Add --yes to conda create

parent 59883056
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,6 @@ if [ -d ${BASEDIR}/envs/${NAME} ]; then ...@@ -24,6 +24,6 @@ if [ -d ${BASEDIR}/envs/${NAME} ]; then
fi fi
echo "[>>] Creating environment ${NAME} for python ${PYTHON_VERSION} with bob dependencies..." echo "[>>] Creating environment ${NAME} for python ${PYTHON_VERSION} with bob dependencies..."
${CONDA} create --name=${NAME} --override-channels --channel=http://www.idiap.ch/software/bob/conda --channel=defaults python=${PYTHON_VERSION} bob-devel ${CONDA} create --yes --name=${NAME} --override-channels --channel=http://www.idiap.ch/software/bob/conda --channel=defaults python=${PYTHON_VERSION} bob-devel
echo "[>>] Bye!" echo "[>>] Bye!"
exit 0 exit 0
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment