-
Notifications
You must be signed in to change notification settings - Fork 356
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
Mamba 2.0 name fixes #3225
Mamba 2.0 name fixes #3225
Conversation
validate_existing_root_prefix(default_root_prefix_v1()) | ||
.or_else([](const auto& /* error */) | ||
{ return validate_root_prefix(default_root_prefix_v2()); }) | ||
.transform([&](fs::u8path&& p) { prefix = std::move(p); }) | ||
.or_else([](mamba_error&& error) { throw std::move(error); }); |
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.
Here we change the default root prefix (in case nothing is specified or found) to ~/.local/share/mamba
.
lines = res.splitlines() | ||
assert "cmd.exe already initialized." in lines | ||
# TODO test deactivated when enabled micromamba as "mamba" executable. | ||
# The test failed for some reason. | ||
# We would like a more controlled way to test long path support than into an | ||
# integration test. | ||
# assert "Windows long-path support already enabled." in lines |
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 assertion that is failing for untraceable reasons.
Moving all executable names (in scripts files for instance) to be compatible with
mamba
.