Emory-HITI / Niffler

Niffler: A DICOM Framework for Machine Learning and Processing Pipelines.
https://emory-hiti.github.io/Niffler/
BSD 3-Clause "New" or "Revised" License
90 stars 53 forks source link

Anaconda reinstallation #373

Closed rumbleFTW closed 1 year ago

rumbleFTW commented 1 year ago

Description Anaconda is downloaded and installed again when install.sh is run in a system which already has anaconda installed.

To Reproduce Steps to reproduce the behavior:

  1. Have Anaconda installed already in the system.
  2. Clone the repository.
  3. Run install.sh

Expected behavior The install script should skip installing Anaconda.

Environment:

pradeeban commented 1 year ago

Thanks @rumbleFTW for the great catch. Merged your PR. So this is currently fixed in dev. We periodically test and merge the dev into the master branch.