Commit 6e65ab7b authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

List conda directories [debug]

parent 5b904e0f
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -250,6 +250,10 @@ install_conda_deps()
  else
    CONDA_EXE_DIR=$MINIFORGE_INSTALL_DIR/bin
  fi
  echo "CONDA EXE DIR"
  ls "${CONDA_EXE_DIR}"
  echo "MINIFORGE_INSTALL_DIR"
  ls "${MINIFORGE_INSTALL_DIR}"

  PATH="$CONDA_EXE_DIR:$PATH" with_echo conda update conda --yes --quiet
  PATH="$CONDA_EXE_DIR:$PATH" with_echo conda update --all --yes --quiet