Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document conda-standalone install workarounds #511

Merged
merged 4 commits into from
Aug 20, 2024

Conversation

jaimergp
Copy link
Contributor

@jaimergp jaimergp commented Aug 12, 2024

Description

Closes #505

Checklist - did you ...

  • Add a file to the news directory (using the template) for the next release's release notes?
  • Add / update necessary tests?
  • Add / update outdated documentation?

@conda-bot conda-bot added the cla-signed [bot] added once the contributor has signed the CLA label Aug 12, 2024
docs/user-guide/faq.md Outdated Show resolved Hide resolved

Fortunately, there's a workaround thanks to the `conda-standalone` project. This is a single binary that bundles recent `conda` versions, with `conda-libmamba-solver` included. It's not a substitute for the full `conda` UX but it can help bootstrap and rescue conda installations.

1. Download the most recent `conda-standalone` from its [Github Releases page](https://github.com/conda/conda-libmamba-solver/releases/latest). Make sure to pick the one for your operating system and platform. Once downloaded, rename it as `conda.exe`.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. Download the most recent `conda-standalone` from its [Github Releases page](https://github.com/conda/conda-libmamba-solver/releases/latest). Make sure to pick the one for your operating system and platform. Once downloaded, rename it as `conda.exe`.
1. Download the most recent `conda-standalone` from its [Github Releases page](https://github.com/conda/conda-standalone/releases/latest). Make sure to pick the one for your operating system and platform. Once downloaded, rename it as `conda.exe`.

The assets haven't been uploaded to the latest tag though?

Could we not use conda.exe on Posix? I think it'll confuse people

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If we make it conda the conda shell function will take precedence, I think. Also the internal filename in the conda-standalone bundle is conda.exe, so it's been around for a while... Let me see if we can express this succinctly.

Copy link
Contributor Author

@jaimergp jaimergp Aug 20, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The assets haven't been uploaded to the latest tag though?

I usually do this manually a few days after.

Edit: Done.

@jaimergp jaimergp merged commit e9a7d53 into main Aug 20, 2024
14 checks passed
@jaimergp jaimergp deleted the document-conda-standalone branch August 20, 2024 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed [bot] added once the contributor has signed the CLA
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

conda install -n base conda-libmamba-solver takes long time to install
3 participants