mamba
mamba copied to clipboard
mamba v0.27.0 update will hide hostname
After I update mamba from version 0.25.0 to 0.27.0, the hostname in the terminal cannot be displayed.
Before update:
After update:
Could this be related to https://github.com/conda/conda/issues/11893 and https://github.com/conda/conda/issues/11942 ?
Thanks for your immediate reply. I'm glad to see that someone has noticed this before.
I'm seeing the similar thing since trying 0.27.0, after you run mamba activate <...>
my entire bash prompt with disappear, no only that when I then run mamba deactivate
it hangs the shell and even with Ctrl+C I cannot get out of it. I'm on Fedora 36
And the temporary fix: https://github.com/conda/conda/issues/11885#issuecomment-1259519190
"try running conda init bash
and then restarting your shell and see if that fixes it?"
Worked for me with Mamba
try running
conda init bash
and then restarting your shell and see if that fixes it?
Yes, it works.
Closing as this is a conda issue that has been fixed.