You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
72
72
73
73
## What are the steps to install the downloaded Anaconda distribution?
74
74
@@ -79,7 +79,7 @@ The default installation directory is `$HOME/anaconda3`. Change the installation
79
79
If you wish to review the license terms before accepting, remove `-b`.
80
80
81
81
```bash
82
-
sh ./Anaconda3-2023.09-0-Linux-aarch64.sh -b
82
+
sh ./Anaconda3-2024.10-1-Linux-aarch64.sh -b
83
83
```
84
84
85
85
The install takes a couple of minutes to complete.
0 commit comments