Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions content/install-guides/anaconda.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand All @@ -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.
Expand Down