Commit 61331080 authored by Karl Leswing's avatar Karl Leswing
Browse files

temporarily downgrade conda

parent 7be7c5e2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -16,7 +16,8 @@ then
    echo "Using python 3.5 by default"
    export python_version=3.5
fi

source activate root
conda install -y -q conda=4.3.25
export envname=$1
conda create -y --name $envname python=$python_version
source activate $envname