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

libmamba includes mamba.sh activation script, but mamba doesn't exist #282

Closed
1 task done
maresb opened this issue Jan 2, 2025 · 1 comment · Fixed by mamba-org/mamba#3723 · May be fixed by #283
Closed
1 task done

libmamba includes mamba.sh activation script, but mamba doesn't exist #282

maresb opened this issue Jan 2, 2025 · 1 comment · Fixed by mamba-org/mamba#3723 · May be fixed by #283
Labels
bug Something isn't working

Comments

@maresb
Copy link
Contributor

maresb commented Jan 2, 2025

Solution to issue cannot be found in the documentation.

  • I checked the documentation.

Issue

This can lead to issues, e.g. mamba-org/micromamba-docker#574, if libmamba is present but mamba is not.

I noticed the tests in the recipe for mamba.sh / mamba.bat for the mamba package, but perhaps there should be tests for libmamba that they don't exist.

Installed packages

FROM mambaorg/micromamba

RUN micromamba install -y -c conda-forge libmamba



docker build -t libmamba-has-activation-script .
docker run --rm -it libmamba-has-activation-script echo sad
docker run --rm -it --entrypoint=/bin/bash libmamba-has-activation-script
ls -al /opt/conda/etc/profile.d/mamba.sh

Environment info

n/a
@jjerphan
Copy link
Member

jjerphan commented Jan 3, 2025

Please let me know if #283 is sufficient to fix this issue (I do not entirely understand your report, especially the verbatim in the "Installed packages" section).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants