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
feat: migrate conda installation from deprecated DEBs to Miniconda installer
- Replace manual DEB download/install with official Miniconda bash installer
- Support both x86_64 and aarch64 architectures (previously x86_64 only)
- For specific versions: install latest Miniconda then run conda install conda=VERSION
- Update version proposals to current conda versions (24.11.3, 24.7.1)
- Update tests to use latest version instead of old 4.12.0
- Update NOTES.md to document aarch64 support
Co-authored-by: abdurriq <[email protected]>
Copy file name to clipboardExpand all lines: src/conda/NOTES.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,6 @@ conda install python=3.7
15
15
16
16
## OS Support
17
17
18
-
This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed.
18
+
This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed. Both `x86_64` and `aarch64` architectures are supported.
19
19
20
20
`bash` is required to execute the `install.sh` script.
0 commit comments