diff --git a/install/from-scratch.sh b/install/from-scratch.sh index dd1e433f2de47cec5c6377364e0b0c99871e6d62..2dcd20c7a9b6b6126be302374510b97f45e5597f 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 \