Intro

Conda is a package, dependency, and environment manager.

Setup

Install Conda (Miniconda)

Linux

  • Download Installer
wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh
  • Run installer
bash Miniconda3-latest-Linux-x86_64.sh
  • Activate Conda
source ~/.bashrc
conda --version

Example

conda 26.3.2