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

Revert "Windows conda support: Scripts->condabin"

This reverts commit 61cfd6a8.
parent 61cfd6a8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -246,7 +246,7 @@ install_conda_deps()

  local CONDA_EXE_DIR
  if [ $PLATFORM = "Windows" ]; then
    CONDA_EXE_DIR=$MINIFORGE_INSTALL_DIR/condabin
    CONDA_EXE_DIR=$MINIFORGE_INSTALL_DIR/Scripts
  else
    CONDA_EXE_DIR=$MINIFORGE_INSTALL_DIR/bin
  fi