From ecba3d32467223a3d8ba85f66ca5d6fe57d72860 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Sat, 28 Jan 2017 12:23:49 +0100 Subject: [PATCH] Add --copy to create command (see grep 'Please show you' -rl K9ku4jYAAAAJ | wc -l) --- install/from-scratch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/from-scratch.sh b/install/from-scratch.sh index 72c4649..5239777 100755 --- a/install/from-scratch.sh +++ b/install/from-scratch.sh @@ -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 \ -- GitLab