-
Notifications
You must be signed in to change notification settings - Fork 24
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
Conversation
docs/user-guide/faq.md
Outdated
|
||
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`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
Co-authored-by: Jannis Leidel <jannis@leidel.info>
Description
Closes #505
Checklist - did you ...
news
directory (using the template) for the next release's release notes?