Move conda installation from deprecated DEBs to Miniconda installer#1584
Draft
Move conda installation from deprecated DEBs to Miniconda installer#1584
Conversation
…staller - 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 <137001048+abdurriq@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Move away from manual installation of deprecated Conda DEBs
Move conda installation from deprecated DEBs to Miniconda installer
Feb 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Conda's DEB packages are officially deprecated and the manual DEB download approach (introduced as a workaround for the APT SHA1 signature rejection) is not a supported installation method. This switches to the official Miniconda bash installer.
Changes
src/conda/install.shMiniconda3-latest-Linux-{arch}.shinstaller run in batch mode (-b -p ${CONDA_DIR})x86_64-only tox86_64+aarch64via acasestatement mapping toMINICONDA_ARCHconda install conda=VERSIONwith explicit error handlingCONDA_SCRIPTnow uses${CONDA_DIR}variable consistentlysrc/conda/devcontainer-feature.json4.11.0/4.12.0to24.11.3/24.7.1Tests
scenarios.json: changes test version from4.12.0→latest(old versions are incompatible with modern Miniconda's bundled Python)install_conda.sh: removes the hard-coded version grep, retains conda-forge channel validationOriginal prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.