From de487d6b848bcab9dc712a79050c4e26e0c60ed5 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.anjos@idiap.ch> Date: Mon, 16 Jan 2017 18:02:44 +0100 Subject: [PATCH] Use http for conda installation --- 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 dd1e433..2dcd20c 100755 --- a/install/from-scratch.sh +++ b/install/from-scratch.sh @@ -39,7 +39,7 @@ fi echo "[>>] Creating environment ${NAME} for python ${PYTHON_VERSION} with bob dependencies..." ${CONDA} create --yes -n ${NAME} \ --override-channels \ - -c https://www.idiap.ch/software/bob/conda \ + -c http://www.idiap.ch/software/bob/conda \ -c defaults \ python=$PYTHON_VERSION \ anaconda=4.2.0 \ -- GitLab