diff --git a/install/from-scratch.sh b/install/from-scratch.sh
index 6a31cbe14b3707a7c15d7e8fd662b36e81ebcc6e..7ea5a70e7f37b6a571c03c50561cbf43cac00246 100755
--- a/install/from-scratch.sh
+++ b/install/from-scratch.sh
@@ -32,10 +32,12 @@ if [ "$(uname)" == "Linux" ]; then
     TENSORFLOW=tensorflow
     MYGCCPACKAGE="gcc=4.8.5"
     MYLIBGCCPKG="libgcc=4.8.5"
+    ANACONDA="anaconda=4.2.0"
 else
     TENSORFLOW=
     MYGCCPACKAGE=
     MYLIBGCCPKG=
+    ANACONDA="anaconda=4.3.0"
 fi
 
 # For a complete list of dependencies, please read:
@@ -71,7 +73,7 @@ ${CONDA} create --copy --yes -n ${NAME} \
   scipy \
   sphinx \
   sqlalchemy \
-  anaconda=4.3.0 \
+  ${ANACONDA} \
   boost=1.61 \
   ${CAFFE} \
   cmake \