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

Add --copy to create command (see grep 'Please show you' -rl K9ku4jYAAAAJ | wc -l)

parent 31f5140b
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ fi
# For a complete list of dependencies, please read:
# https://gitlab.idiap.ch/bob/bob/wikis/Dependencies
echo "[>>] Creating environment ${NAME} for python ${PYTHON_VERSION} with bob dependencies..."
${CONDA} create --yes -n ${NAME} \
${CONDA} create --copy --yes -n ${NAME} \
--override-channels \
-c http://www.idiap.ch/software/bob/conda \
-c defaults \
......
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