====== 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 ~/opt/miniconda3 ~/opt/miniconda3/bin/conda init . ~/.bashrc conda config --add channels conda-forge conda config --set channel_priority strict