Skip to content

Commit 1f2664f

Browse files
committed
Accept conda TOS
1 parent cd171d6 commit 1f2664f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

install_shapeworks.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ function install_conda() {
123123

124124
echo "Installing CONDA_PACKAGES = ${CONDA_PACKAGES[@]}"
125125

126+
# Accept Anaconda TOS for required channels
127+
conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/main
128+
conda tos accept --override-channels --channel https://repo.anaconda.com/pkgs/r
129+
126130
# create and activate shapeworks env
127131
if ! conda create --yes --name $CONDAENV ${CONDA_PACKAGES[@]} ; then
128132
return 1;

0 commit comments

Comments
 (0)