-
Notifications
You must be signed in to change notification settings - Fork 36
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
Miniconda to Micromamba installation guide #87
Conversation
uttiyasarkar
commented
Dec 14, 2023
- Faster installation of packages while using micromamba over miniconda
- Updated README.md for using micromamba installation, miniconda installation removed from instructions
feat: update installation from miniconda to micromamba
bug: link update of micromamba installation
bug: wrong link update
bug: error in activate command
Coffea2023 is not supported yet, forcing installation to coffea0.7.22
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.
Hi @uttiyasarkar thanks for the changes, the PR looks good to me. merged to the central repo!
README.md
Outdated
``` | ||
wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh | ||
wget wget -L micro.mamba.pm/install.sh |
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.
is the wget
duplicated?
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.
Accidentally duplicated. It is a typo
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.
Thank you for changing this! will merge :)
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.
Thanks @uttiyasarkar taking care of this! will merge to the central repo!