Skip to main content

Anaconda

 

 

# 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.