How to install conda in Ubuntu
Install Miniconda (lightweight Conda)
1. Download the Miniconda installer:
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
2. Run the installer:
bash Miniconda3-latest-Linux-x86_64.sh
⚠️ Follow the prompts — accept the l...
blog.malivinayak.com1 min read