Skip to content

Commit 45a7b15

Browse files
Merge pull request #1429 from jasonrandrews/review
Update Anaconda version
2 parents 84a30a6 + 0338939 commit 45a7b15

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/install-guides/anaconda.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ sudo amazon-linux-extras install mate-desktop1.x
6565
To download the latest Anaconda distribution, run:
6666

6767
```bash
68-
curl -O https://repo.anaconda.com/archive/Anaconda3-2023.09-0-Linux-aarch64.sh
68+
curl -O https://repo.anaconda.com/archive/Anaconda3-2024.10-1-Linux-aarch64.sh
6969
```
7070

71-
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.
71+
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.
7272

7373
## What are the steps to install the downloaded Anaconda distribution?
7474

@@ -79,7 +79,7 @@ The default installation directory is `$HOME/anaconda3`. Change the installation
7979
If you wish to review the license terms before accepting, remove `-b`.
8080

8181
```bash
82-
sh ./Anaconda3-2023.09-0-Linux-aarch64.sh -b
82+
sh ./Anaconda3-2024.10-1-Linux-aarch64.sh -b
8383
```
8484

8585
The install takes a couple of minutes to complete.

0 commit comments

Comments
 (0)