case "$(anaconda_architecture 2>/dev/null || true)" in "MacOSX-x86_64" ) install_script "Anaconda-1.5.1-MacOSX-x86_64" "http://repo.continuum.io/archive/Anaconda-1.5.1-MacOSX-x86_64.sh#03942512daf1b39eb3ff9016fc7efa0c" "anaconda" verify_py27 ;; * ) { echo colorize 1 "ERROR" echo ": The binary distribution of Anaconda is not available for $(anaconda_architecture 2>/dev/null || true)." echo } >&2 exit 1 ;; esac