*******> update.12 Author: Jason Swails Date: April 17, 2020 Programs: configure_python in OSX Description: updates the way miniconda is downloaded for Mac OSX -------------------------------------------------------------------------------- AmberTools/src/configure_python | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git AmberTools/src/configure_python AmberTools/src/configure_python index f666ffd43b..7486cb355f 100755 --- AmberTools/src/configure_python +++ AmberTools/src/configure_python @@ -107,7 +107,7 @@ fi echo "Downloading the latest Miniconda distribution" if [ $mac -eq 1 ]; then - curl -# https://repo.continuum.io/miniconda/Miniconda${version}-${MINICONDA_VERSION}-MacOSX-x86_64.sh > \ + curl -L -# https://repo.continuum.io/miniconda/Miniconda${version}-${MINICONDA_VERSION}-MacOSX-x86_64.sh > \ miniconda.sh else # Try to figure out if the machine builds 32- or 64-bit binaries,