Aug 25, 2022
Hi Prabhat, I get an error here:
$ ./build_miniforge_osx.sh
+ echo 'Installing a fresh version of Miniforge3.'
Installing a fresh version of Miniforge3.
...
+ bash miniconda.sh -b -p /Users/peter/conda
ERROR: File or directory already exists: '/Users/peter/conda'
If you want to update an existing installation, use the -u option.
$
This may have to do with the conda (from AnaConda) I have already installed. How can I work around this please?
Peter