From 0338939666a0093045adcfac344f23a2be94594d Mon Sep 17 00:00:00 2001 From: Jason Andrews Date: Tue, 10 Dec 2024 12:19:43 -0600 Subject: [PATCH] Update Anaconda version --- content/install-guides/anaconda.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/install-guides/anaconda.md b/content/install-guides/anaconda.md index 6b992aa4b0..2610dd428e 100644 --- a/content/install-guides/anaconda.md +++ b/content/install-guides/anaconda.md @@ -65,10 +65,10 @@ sudo amazon-linux-extras install mate-desktop1.x To download the latest Anaconda distribution, run: ```bash -curl -O https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Linux-aarch64.sh +curl -O https://repo.anaconda.com/archive/Anaconda3-2024.10-1-Linux-aarch64.sh ``` -Depending on the version, the downloaded filename will be of the form `Anaconda3-20XX.YY-Linux-x86_64.sh` where the `XX` and `YY` values represent the year and month of the latest release. +Depending on the version, the downloaded filename will be of the form `Anaconda3-20XX.YY-Linux-aarch64.sh` where the `XX` and `YY` values represent the year and month of the latest release. ## What are the steps to install the downloaded Anaconda distribution? @@ -79,7 +79,7 @@ The default installation directory is `$HOME/anaconda3`. Change the installation If you wish to review the license terms before accepting, remove `-b`. ```bash -sh ./Anaconda3-2023.09-0-Linux-aarch64.sh -b +sh ./Anaconda3-2024.10-1-Linux-aarch64.sh -b ``` The install takes a couple of minutes to complete.