We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd171d6 commit 1f2664fCopy full SHA for 1f2664f
install_shapeworks.sh
@@ -123,6 +123,10 @@ function install_conda() {
123
124
echo "Installing CONDA_PACKAGES = ${CONDA_PACKAGES[@]}"
125
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
+
130
# create and activate shapeworks env
131
if ! conda create --yes --name $CONDAENV ${CONDA_PACKAGES[@]} ; then
132
return 1;
0 commit comments