-
Notifications
You must be signed in to change notification settings - Fork 25.3k
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
Add mamba cross platform package manager #2513
base: master
Are you sure you want to change the base?
Conversation
@@ -931,6 +931,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). | |||
* [PyPI](https://pypi.org/) | |||
* [conda](https://github.com/conda/conda/) - Cross-platform, Python-agnostic binary package manager. | |||
* [poetry](https://github.com/sdispater/poetry) - Python dependency management and packaging made easy. | |||
* [mamba](https://mamba.readthedocs.io/) - Mamba is a fast, robust, and cross-platform package manager. | |||
|
|||
|
|||
## Package Repositories |
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.
@
@@ -931,6 +931,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). | |||
* [PyPI](https://pypi.org/) | |||
* [conda](https://github.com/conda/conda/) - Cross-platform, Python-agnostic binary package manager. | |||
* [poetry](https://github.com/sdispater/poetry) - Python dependency management and packaging made easy. | |||
* [mamba](https://mamba.readthedocs.io/) - Mamba is a fast, robust, and cross-platform package manager. | |||
|
|||
|
|||
## Package Repositories |
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.
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.
@@ -931,6 +931,8 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). | |||
* [PyPI](https://pypi.org/) | |||
* [conda](https://github.com/conda/conda/) - Cross-platform, Python-agnostic binary package manager. | |||
* [poetry](https://github.com/sdispater/poetry) - Python dependency management and packaging made easy. |
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.
Balance Issue Center |
What is this Python project?
Mamba is a fast, robust, and cross-platform package manager.
Describe features.
It runs on Windows, OS X and Linux (ARM64 and PPC64LE included) and is fully compatible with conda packages and supports most of conda’s commands.
What's the difference between this Python project and similar ones?
The mamba-org organization hosts multiple Mamba flavors:
mamba: a Python-based CLI conceived as a drop-in replacement for conda, offering higher speed and more reliable environment solutions
micromamba: a pure C++-based CLI, self-contained in a single-file executable
libmamba: a C++ library exposing low-level and high-level APIs on top of which both mamba and micromamba are built
--
Anyone who agrees with this pull request could submit an Approve review to it.