CLAWRIM Wiki

The Computational Lab for Advanced Water Resources Informatics and Modeling

User Tools

Site Tools


howtos:how_to_install_miniconda_on_linux

This is an old revision of the document!


How to install Miniconda on Linux

wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
chmod a+x Miniconda3-latest-Linux-x86_64.sh
./Miniconda3-latest-Linux-x86_64.sh -b -u -p ~/usr/local/opt/miniconda3
~/usr/local/opt/miniconda3/bin/conda init
. ~/.bashrc
conda config --add channels conda-forge
conda config --set channel_priority strict
howtos/how_to_install_miniconda_on_linux.1724794984.txt.gz · Last modified: by hcho

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki