Skip to content

Improve auto-detection of conda

This MR improves the auto-detection of conda, expanding the logic to the following

  • if ${CONDA_ROOT} is set, use that without question
  • otherwise if the conda command is available, use CONDA_ROOT=$(conda info --base)
  • otherwise use CONDA_ROOT="/opt/conda"

Merge request reports