Uninstall Miniconda Completely | Delft Stack
www.delftstack.com › howto › pythonUse the following command to remove the entire Miniconda install directory. rm -rf ~/miniconda The bash_profile can also be edited further to remove the Miniconda directory from the user’s PATH environment. ~/.bash_profile Moreover, the hidden files and folders can optionally be removed from the home directory. rm -rf ~/.condarc ~/.conda ...
Miniconda — Conda documentation
docs.conda.io › en › latestMiniconda¶. Miniconda is a free minimal installer for conda. It is a small, bootstrap version of Anaconda that includes only conda, Python, the packages they depend on, and a small number of other useful packages, including pip, zlib and a few others.
Miniconda — Conda documentation
https://docs.conda.io/en/latest/miniconda.htmlMiniconda is a free minimal installer for conda. It is a small, bootstrap version of Anaconda that includes only conda, Python, the packages they depend on, and a small number of other useful packages, including pip, zlib and a few others. Use the conda install command to install 720+ additional conda packages from the Anaconda repository.