How to Install Miniconda on Ubuntu

Update the Packages

sudo apt update

Upgrade the Packages

sudo apt upgrade

Download Miniconda

curl https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -o Miniconda3-latest-Linux-x86_64.sh

Make the script executable

chmod +x Miniconda3-latest-Linux-x86_64.sh

Install Miniconda

bash Miniconda3-latest-Linux-x86_64.sh

Add the path to the system

echo ". /home/<user>/miniconda3/etc/profile.d/conda.sh" >> ~/.bashrc

Great Work! Now open the new bash terminal and start using Anaconda

Leave a Reply

15 − 13 =