After 4 years of not using qiime I'm coming back. I had installed the conda before in my mac but I see that now I need a miniconda (I don't need the full Anaconda).
If I try to update my conda i get the following message:
MacBook-Pro-de-Malena:~ mae$ conda update conda
Solving environment: done
==> WARNING: A newer version of conda exists. <==
current version: 4.5.11
latest version: 4.11.0
Please update conda by running
$ conda update -n base -c defaults conda
# All requested packages already installed.
I suspect that I need to uninstall what I currently have and start from scratch. So my question is, how do I uninstall my current conda version so I can install the Miniconda?