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