Skip to main content

Anaconda

 

"Anaconda is the hardware store of data science tools, Miniconda is the workbench (software distributions), Conda is the assistant (package manager) who helps you get new tools and customise your hardware store or workbench."

# Starting from your home directory (/home/username/):
#
# Download the installer by running this from the command line:
curl -O https://repo.anaconda.com/archive/Anaconda3-2023.07-2-Linux-x86_64.sh

# Run the file you just downloaded, again from the command line:
bash Anaconda-latest-Linux-x86_64.sh
# - Follow the prompts on the installer screens.
# - If you are unsure about any setting, accept the defaults. You can change them later.

# To make the changes take effect, close and then re-open your terminal window.

# Test your installation. In your terminal window or Anaconda Prompt by running this command
conda list

# ... a list of installed packages appears if it has been installed correctly.

 

References:

https://docs.conda.io/projects/conda/en/latest/user-guide/install/linux.html