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

Use libmamba solver #16

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions conda.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ Prompt/WSL prompt on Windows). If you are on Windows, I highly recommend using W
5. Open a NEW terminal window. If you see `(base)` at the beginning of
your prompt, you have installed it successfully. You can also run `conda --version` and see if you get a version output.

6. Run the following command to use [the much faster `libmamba` solver](https://www.anaconda.com/blog/conda-is-fast-now): `conda config --set solver libmamba`

## Environments: how do they work?

1. The `(base)` at the beginning of the line indicates which conda
Expand Down
Loading